List Statements
Authorization
authorization Set Your Secret API Key
In: header
Query Parameters
Retrieve only statements belonging to this Internal Account.
Retrieve only statements with this currency. Specify a three-letter ISO 4217 currency code in full uppercase.
Retrieve only statements with a statement date on or after this date, in the format YYYY-MM-DD.
dateRetrieve only statements with a statement date on or before this date, in the format YYYY-MM-DD.
dateAn object ID used as a cursor in pagination. If a list request returns 100 objects ending with obj_0KSEVXZ2ZF0AV, a subsequent call can include after=obj_0KSEVXZ2ZF0AV to fetch the next page of the list.
A limit on the number of objects to be returned, between 1 and 100.
int32Sort list objects in either ascending or descending order.
Value in
- "ASC"
- "DESC"
Response Body
*/*
application/json
application/json
curl -X GET "https://example.com/v1/statements"{ "data": [ { "bankAccount": { "bank": "string", "bankAccountNumber": "string", "id": "string" }, "closingBalance": 0, "createdAt": "string", "currency": "string", "id": "string", "openingBalance": 0, "statementDate": "string", "type": "string", "updatedAt": "string" } ], "hasMore": true}