Sync Transactions
Sync a user’s transactions for a merchant account using cursor-based pagination.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
Unique identifier for the merchant.
46
Unique identifier for the user.
"abc"
Cursor token pointing to the last transaction retrieved. The /transactions/sync
endpoint uses cursor-based pagination to track which transactions have already been seen, minimizing data redundancy.
On the first call, the endpoint returns all transactions paginated. In subsequent calls, only new transactions are provided using the next cursor.
"eyJpZCI6MjI3ODEsIl9wb2ludHNUb05leHRJdGVtcyI6dHJ1ZX0"
Maximum number of transactions to retrieve (min: 1, max: 100).
5
Was this page helpful?