One Escrow
Get Account Statement
Use this API to fetch the account statement of the virtual account in a paginated format using cursor-based pagination.
GET
/
v1
/
accountStatement
Headers
Authorization header with tokens.
Query Parameters
It is the starting date and time of the information you require in the UNIX timestamp format.
It is the ending date and time of the information you require in the UNIX timestamp format.
It is the number of records to display per page.
It is the cursor to paginate through large sets of data.
It is the unique ID to identify the payment instrument. Use this parameter if you require the account statment for a virtual account.
Was this page helpful?