Customer Account Statement
To retrieve a customer account statement, send a GET request to the following endpoint:
GET
/api/Report/v1/RequestCustomerAccountStatement
A successful request will return the customer's account statement with relevant information, such as the balance, transaction history, and account details.
This process enables the retrieval of customer account statements, providing access to essential financial information for both customers and the organization.
Headers
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
Query Parameter
accountNumber
string
The customer's account number
financialDateFrom
date
Start date of financial activity
financialDateto
date
End date of financial activity
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Last updated