Customer Account Statement
Last updated
Last updated
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
Name | Value |
---|---|
Query Parameter
Name | Data Type (length) | Description |
---|---|---|
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
accountNumber
string
The customer's account number
financialDateFrom
date
Start date of financial activity
financialDateto
date
End date of financial activity