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

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

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

Query parameters

fromstringOptionalformat: "date"
Last date to include in the statement (yyyy-mm-dd in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format).
tostringOptionalformat: "date"
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