Requesting account statements
To generate an account statement, three parameters are required
Parameter | Description | Notes | |
|---|---|---|---|
1. |
| The statement will be generated for this account number | [required] |
2. |
| This is the start date for the statement. It should be in this format: yyyy-mm-dd | [required] |
3. |
| This is the end date for the statement. It should be in this format: yyyy-mm-dd | [required] |
Requests and responses
Request statement for an account
Request parameters
{
"accountNumber": "example",
"startDate": "example",
"endDate": "example"
}
Responses
{
"startDate": "example",
"endDate": "example",
"accountNumber": "example",
"accountName": "example",
"transactions": [
{
"reference": "example",
"amount": "example",
"currency": "example",
"type": "DEBIT",
"createdAt": "example",
"updateAt": "example",
"note": "example"
}
]
}
[
{
"message": "example",
"code": "example",
"field": "example"
}
]
{
"message": "example"
}
Last modified: 27 August 2025