List

Recovers all transactions for the account provided using cursor-based pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Transactions are meant to be copied to your systems. This endpoint is expected to be used one time per synchronization and not connected to any application directly.

As general recommendations, we expect that you use this endpoint connected to created, updated & deleted webhooks with specific filters that were designed for performance, and paging the largest amount of records per page (500), which is the current default.

📘

Fields availability

The field ProviderId is only returned in Regulado connections, consistent with the bank's ID. It would be the same for the same account connected as different items.

The field ProviderCode is only returned in Regulado an certain connectors.

Query Params
uuid
required

Account primary identifier

ids
array of uuids

Comma-separated list of transaction identifiers (UUIDs). Maximum of 500 ids per request.

ids
date-time

Filter transactions with date greater than or equal to the given date. Format (yyyy-mm-dd). Cannot be used together with createdAtFrom.

date-time

Filter transactions with date less than or equal to the given date. Format (yyyy-mm-dd).

date-time

Filter transactions created at or after this date. Format (yyyy-mm-ddThh:mm:ss.000Z)

string

Cursor for the next page of results. Obtained from the 'next' field of a previous response.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json