View Statements

View currency level statements to monitor past transactions or view multiple accounts statements to know the credits and fees deducted for payments. Get a Statement for an Account for a single currency. You can also provide a range of dates to restrict the results to a certain period. **Authentication:** [Bearer token required](/api-guide/getting-started/authentication#oauth-20-authentication)

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.

Path parameters

customer_idstringRequired
Unique Customer Identifier
currency_codestringRequired=3 characters
Three-letter currency code as per [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).

Query parameters

fromdateOptional
Last date to include in the statement (yyyy-mm-dd in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format).
todateOptional
First date to include in the statement (yyyy-mm-dd in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format).
pageintegerOptional>=1
For queries that return arrays of data. Including this optional query parameter causes the set of results to be paginated by this number of pages.
limitintegerOptional>=1Defaults to 50
For queries that return arrays of data. Adding this optional query parameter causes the set of results to be split into pages of this size. Default is 50.

Response

OK
transactionslist of objects
Array of transactions.
meta_dataobject

Errors