cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/banking/transactions \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "amount": 123, "currency": "<string>", "creation_date": "2023-11-07T05:31:56Z", "value_date": "2023-11-07T05:31:56Z", "execution_date": "2023-11-07T05:31:56Z", "tax_amount": 200, "description": "Chift transaction", "additional_information": "Chift transaction", "counterpart_name": "John Doe", "counterpart_reference": "FR76300040123456789012345678", "remittance_information": "Chift transaction", "internal_transaction": false, "operation_type": "incoming_transfer", "last_update_on": "2025-01-01T00:00:00Z", "status": "pending", "attachments_info": { "status": "unknown", "attachments": [] } } ], "total": 1, "page": 2, "size": 2 }
Returns the list of transactions of an account
This access token needs to be included in each of your request to the Chift API.
Page number
x >= 1
Page size
1 <= x <= 100
value_date
execution_date
Successful Response
Show child attributes
x >= 0