v1
latestOpenAPI 3.1.02026-07-24320172.9 KBRetrieve an Account Statement with Paginated List
Path parameters
The current version of BaaSiC API
Target account identification
Query parameters
Transaction unique identifier
Unique identifier used as a easier way to retrieve transactions
Identification created by the partner when create the transaction
Filter for getting if is "Credit" or "Debit" transaction. If It's blank will return all transactions. This property is a List
Specify which currencies you would like to filter. This property is a List.
The target account owner country. It is obrigatory if param taxId is filled
Field that uniquely identifies the individual or country. Only numbers accepted, all number should be sent, including leading zeros when applicable.
Start date of the searched deposit order
Final date of the searched deposit order
The current page number
How much transactions should be returned by page
Headers
The personal authentication token obtained by each user from the token authentication endpoint
Response
200
Example response
[
{
"amount": {
"amount": 1700,
"currency": "BRL"
},
"transactionDescription": {
"name": "Alvaro Silva",
"taxId": "67223188006",
"taxIdCountry": "BRA"
},
"date": "2019-04-06",
"dateDetailed": "2019-04-06T03:00:00Z",
"type": "Credit",
"transactionId": "76bc2521-0b8f-42ce-96d5-35e4d6aac771"
}
]