v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBList transactions
List and filter transactions.
Query parameters
The ID of the object from which your list request will start. It is not included in the result.
Order is based on attribute created_at. If asc, results are fetched in chronological order. If desc, results are fetched in reversed chronological order. Default order is desc.
The creation date of the transaction.
The creation date of the transaction.
The booking date of the transaction.
The booking date of the transaction.
The value date of the transaction.
The value date of the transaction.
The direction of the transaction.
The currency of the transaction. All ISO-4217 currency codes are supported.
The amount of the transaction.
The amount of the transaction.
The ID of the connected account related to the transaction.
The ID of the file including the transaction.
The category of the transaction.
The category of the transaction.
The reconciliation status of the transaction, which is either unreconciled, reconciled, excluded or partially_reconciled.
The reconciliation status of the transaction.
Unique End-to-end Transaction Reference (UETR).
Response
200
Example response
{
"records": [
{
"id": "f6ada630-1774-46c1-a27f-1ce2f5fb8647",
"object": "transaction",
"connected_account_id": "ff1714ae-3ec8-450d-984c-c6ee44c82a88",
"booking_date": "2022-01-03",
"value_date": "2022-01-03",
"category": "credit_transfer",
"description": "MyCompany Invoice 5678",
"direction": "credit",
"amount": 2000,
"currency": "EUR",
"counterparty_account": {
"account_number": "FR5412739000504811631858C47",
"holder_name": "Jane Doe"
},
"external_account": {
"account_number": "FR5412739000504811631858C47",
"bank_code": "BNPAFRPPXXX",
"holder_name": "Jane Doe",
"holder_address": {
"line_1": "1, rue de la Bourse",
"building_number": "1",
"street_name": "rue de la Bourse",
"postal_code": "59000",
"city": "Lille",
"country": "FR"
}
},
"virtual_account_number": "FR4714508000301359366727T71",
"internal_account": {
"account_number": "FR4714508000301359366727T71",
"holder_name": "John Doe"
},
"internal_account_id": "d08922ee-dce1-45dc-b9cd-c83251fb9fc5",
"external_account_id": "d08922ee-dce1-45dc-b9cd-c83251fb9fc5",
"bank_data": {
"file_id": "26f4ca1c-65b0-412f-b464-206721d1e6d8",
"statement_id": "STS-C4RR9YPLL0HHIFFHR-D8CET1",
"end_to_end_id": "2144F77DJZB5949E0B15A7Z8923TX1"
},
"created_at": "2022-01-03T00:11:07Z"
}
]
}