Get transactions

Get the transactions of a single merchant account. Transactions are filtered and sorted by settled or executed date.

🚧

If the pagination object is missing, add a header tl-enable-pagination: true in the request to enable pagination (for more details click here)

πŸ“˜

Endpoint path changes

All Payments API v3 endpoints now start with /v3/. The old endpoints still work, but you must use the new path for all new integrations.

Path Params
uuid
required

ID of the merchant account to return the transactions for.

Query Params
string
required

Timestamp for the start of the range to query (inclusive). Uses the ISO-8601 format of YYYY-MM-DDTHH:MM:SSΒ±HHMM.

string
required

Timestamp for the end of the range to query (exclusive). Uses the ISO-8601 format of YYYY-MM-DDTHH:MM:SSΒ±HHMM.

string

Cursor used for pagination purposes, returned as next_cursor in the response payload of the inital request. Not required to access the first page of items.

string
enum

Filters transactions by payments or payouts. If omitted, both payments and payouts are returned.

Allowed:
Headers
string
enum
Defaults to application/json; charset=UTF-8

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json; charset=UTF-8
application/problem+json; charset=UTF-8