List Payments (Transactions)

Lists transactions for one or more merchants using cursor-based pagination. If no cursor is provided, the API returns the first 50 transactions by default.

Query parameters

merchantIdsstringRequired

Comma-separated list of merchant IDs.

cursorstringOptional
Cursor for the next page of results.
backCursorstringOptional
Cursor for the previous page of results.

Response

Transactions retrieved successfully.
transactionslist of objects
nextCursorstring

Cursor for the next page of results (if available).

backCursorstring

Cursor for the previous page of results (if available).

Errors

400
Bad Request Error
401
Unauthorized Error