Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
. Use your client_id
as the username
and your secret
as the password
value.
Body
The input parameters required for syncing transactions.
Unique identifier for the merchant.
46
Your 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