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_id
Unique Customer Identifier
currency_code
Three-letter currency code as per [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
Query parameters
from
Last date to include in the statement (yyyy-mm-dd in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format).
to
First date to include in the statement (yyyy-mm-dd in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format).
page
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.
limit
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
transactions
Array of transactions.
meta_data