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
merchantIds
Comma-separated list of merchant IDs.
cursor
Cursor for the next page of results.
backCursor
Cursor for the previous page of results.
Response
Transactions retrieved successfully.
transactions
nextCursor
Cursor for the next page of results (if available).
backCursor
Cursor for the previous page of results (if available).
Errors
400
Bad Request Error
401
Unauthorized Error