GET
/
v1
/
accountStatement
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "Account Statement Retrieved",
  "data": {
    "prevCursor": "",
    "nextCursor": "",
    "hasNext": false,
    "batches": []
  }
}

Headers

Authorization
string
required

Authorization header with tokens.

Query Parameters

startTime
integer
required

It is the starting date and time of the information you require in the UNIX timestamp format.

endTime
integer
required

It is the ending date and time of the information you require in the UNIX timestamp format.

limit
integer

It is the number of records to display per page.

cursor
string

It is the cursor to paginate through large sets of data.

paymentInstrumentId
string

It is the unique ID to identify the payment instrument. Use this parameter if you require the account statment for a virtual account.

Response

200 - application/json
prevCursor
string

It displays the previous cursor for pagination.

nextCursor
string

It displays the next cursor for pagination.

hasNext
boolean

If displays the information whether there are more records to fetch.

batches
object[]