v1

latestOpenAPI 3.0.32026-07-2484569553.1 KB
Merchant accounts

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)

get/v3/merchant-accounts/{id}/transactions

Path parameters

idstring uuid required

Unique ID for the Merchant Account

Example:AB8FA060-3F1B-4AE8-9692-4AA3131020D0

ID of the merchant account to return the transactions for.

Query parameters

fromstring datetime required

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

tostring datetime required

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

cursorstring

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.

type'payment' | 'payout'

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

Response

Transactions