v1

latestOpenAPI 3.0.32026-07-26618696.8 KB
Send Money

List Transactions

Retrieve wallet transactions by wallet_id, currency, trans_type, or date

get/api/v1/transactions/

Query parameters

currency'EUR' | 'GBP' | 'GHS' | 'KES' | 'NGN' | 'TZS' | 'UGX' | 'USD' | 'XAF' | 'XOF'

Currency

  • KES - KES
  • USD - USD
  • EUR - EUR
  • GBP - GBP
  • GHS - GHS
  • NGN - NGN
  • UGX - UGX
  • TZS - TZS
  • XAF - XAF
  • XOF - XOF
end_datestring date
narrativestring
pageinteger

A page number within the paginated result set.

start_datestring date
trans_type'ADJUSTMENT' | 'AIRTIME' | 'CHARGE' | 'DEPOSIT' | 'EXCHANGE' | 'PAYOUT' | 'SALE' | 'UNMARKED' | 'WITHDRAWAL'

Transaction Type

  • SALE - SALE
  • ADJUSTMENT - ADJUSTMENT
  • PAYOUT - PAYOUT
  • WITHDRAWAL - WITHDRAWAL
  • CHARGE - CHARGE
  • AIRTIME - AIRTIME
  • DEPOSIT - DEPOSIT
  • EXCHANGE - EXCHANGE
  • UNMARKED - UNMARKED
wallet_idstring

Wallet ID

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}