List Transactions
GET/public/api/v1/transactions
Retrieve transactions for the authenticated merchant using cursor-based pagination. Use offset to continue from the previous page and combine it with sessionId and reference filters to narrow the results.
Request​
Responses​
- 200
- 400
- 422
- 500
Cursor paginated transactions.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.
Standard error response returned when a request fails.
Contains a machine-readable error code, a human-readable message,
and an errors object with field-specific validation issues.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.