List Transactions
Retrieve all transactions for the authenticated merchant
Authorizations
API key for merchant authentication required for most endpoints
Query Parameters
Filter by transaction mode
test, live Filter by transaction type
PAYMENT, REFUND, PAYOUT Filter by transaction status
COMPLETED, PENDING, FAILED Filter by customer ID
Filter by payment method used
HOSTED_CHECKOUT, PAYMENT_LINK Filter by currency used to intiate transaction
Filter by network used to initiate transaction
Filter by payment link ID(used only when status is set to PAYMENT)
Number of records to return
Pagination cursor
Filter transactions by date using either a preset interval or a custom date range.
Preset example: { "type": "preset", "interval": "last7days" }
Range example: { "type": "range", "startDate": "2026-05-01", "endDate": "2026-05-25" }
- Option 1
- Option 2
