Transactions
List transactions
Return a list of the user's transactions
get/v3/aggregation/transactions
Query parameters
limitnumber
Number of records to return
account_idnumber
Example:456423147
Filter transactions by account
sincestring date-time
Example:2025-07-13T00:00:00.000Z
Limit transactions to those with an updated_at value after the specified timestamp
min_datestring date
Example:2025-07-13
Limit transactions to those with a date value after the specified date
max_datestring date
Example:2025-07-31
Limit transactions to those with a date value before the specified date
Response
List transactions
Example response
{
"resources": [
{
"id": 1000013102238,
"clean_description": "CB Mad Cours Marjane M.m G",
"provider_description": "PAIEMENT PAR CARTE 09/11/2024 73.6 MAD COURS 0.09402 MARJANE M.M G",
"amount": -6.92,
"date": "2024-11-09",
"booking_date": "2024-11-09",
"transaction_date": "2024-11-09",
"value_date": "2024-11-09",
"updated_at": "2024-11-09T16:10:10.143Z",
"currency_code": "EUR",
"category_id": 249,
"operation_type": "card",
"account_id": 2341339,
"bridge_payment_information": {
"payment_request_id": "773a347c-a7ae-4bda-8ab5-d768631088ee",
"payment_link_id": "2e33f3f9-1b9f-4ba6-8a4b-ddabbc71cb11",
"payment_transaction_id": "bf8f3e2a-6b04-412a-b2a3-be7fef470b4a"
}
}
]
}