v1

latestOpenAPI 3.0.32026-07-26618696.8 KB
Send Money

Retrieve Transactions

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

get/api/v1/transactions/{id}/

Path parameters

idstring required

A unique string value identifying this transaction.

Response

transaction_idstring required
currencystring required
valuestring decimal required
running_balancestring decimal required
narrativestring nullable
trans_type'SALE' | 'ADJUSTMENT' | 'PAYOUT' | 'WITHDRAWAL' | 'CHARGE' | 'AIRTIME' | 'DEPOSIT' | 'EXCHANGE' | 'UNMARKED'
  • SALE - SALE
  • ADJUSTMENT - ADJUSTMENT
  • PAYOUT - PAYOUT
  • WITHDRAWAL - WITHDRAWAL
  • CHARGE - CHARGE
  • AIRTIME - AIRTIME
  • DEPOSIT - DEPOSIT
  • EXCHANGE - EXCHANGE
  • UNMARKED - UNMARKED
status'AVAILABLE' | 'CLEARING' | 'ON-HOLD' | 'CANCELLED' | 'CHARGEBACK-PENDING' | 'REFUNDED' | 'ADJUSTMENT'
  • AVAILABLE - Available
  • CLEARING - Clearing
  • ON-HOLD - On Hold
  • CANCELLED - Cancelled
  • CHARGEBACK-PENDING - Chargeback Pending
  • REFUNDED - Refunded
  • ADJUSTMENT - Adjustment
created_atstring date-time nullable required
updated_atstring date-time nullable required