Generate Account Statement
This returns account statement of a customer
Last updated
This returns account statement of a customer
Last updated
This is a Core API
To generate a customer's statement of account you have to first build the complete request url by passing accountNumber, fromDate, toDate, isPdf, arrangeAsc, showSerialNumber, showTransactionDate, showReversedTransactions, showInstrumentNumber params to the generate statement of account endpoint.
Then you make a get request to your complete endpoint.
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint.
GET
http://staging.mybankone.com/BankOneWebAPI/api/Account/GenerateAccountStatement2
accountNumber*
Int
Customer's account number
fromDate*
Date
Date you want to you want the statement of account to start from
toDate*
Date
Date you want the statement of account to end
isPdf*
Boolean
Checks if you want your response in pdf format
arrangeAsc
Boolean
Checks if you want the response in ascending order
showSerialNumber
Boolean
Checks if you want to to show serial number in the response
showTransactionDate
Boolean
Checks if you want to show transaction date in the response
showReversedTransactions
Boolean
Checks if you want to show reversed transactions in the response
showInstrumentNumber
Boolean
Checks if you want to show instrument number