Transaction
Get all transactions
GET
Authorizations
Query Parameters
Page number for pagination
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100
Filter by transaction ID
Filter by account name (only applicable for NGN and ZAR transactions)
Filter by transaction status
Available options:
SUCCESS
, PENDING
, FAILED
Filter by transaction type
Available options:
WITHDRAWAL
, DEPOSIT
Filter by minimum amount (in lowest denomination of the currency)
Required range:
x >= 0
Filter by maximum amount (in lowest denomination of the currency)
Required range:
x >= 0
Filter transactions from this date (ISO 8601 format)
Example:
"2024-01-01T00:00:00Z"
Filter transactions until this date (ISO 8601 format)
Example:
"2024-12-31T23:59:59Z"
Response
200
application/json
Transaction response with pagination
The response is of type object
.