Get Transactions
Fetch a list of wallet transactions.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Wallet ID.
Query Parameters
The ID of the balance you want to filter based on.
The status of the transactions you want to filter based on.
Available options:
pending
, processing
, settled
, requires-approval
, cancelled
The type of the transactions you want to filter based on.
Available options:
debit
, credit
The method of the transactions you want to filter based on.
Available options:
P2P
, A2A
, TopUp
, Payout
, EcomPay