Search / List
Transaction listing and search using specified parameters are available using the API below. Data is returned with meta providing total number of records found, current page and the set limit per page.
GET
https://staging.moneywaveapp.com/v1/report/transactions
Query Parameters
page
string
Specify a report page
limit
string
Specify transactions limit per page
date
string
Transaction date filter specified a single date 2019-03-19 or date range 2018-12-19--2019-01-10
status
string
Transaction status filter
amount
string
Transaction amount filter
ref
string
Your transaction reference
flwref
string
Flutterwave transaction reference
currency
string
Transaction currency filter
type
string
Transacion type specified as Credit or Debit
wallet
string
Balance ID filter, for transactions related to the specified balance only.
Headers
Authorization
string
Authorization Token
Successful Beneficiary Payouts have their signature as - status : completed, system_type : wallet-disburse, dest : beneficiary, walletCharged: true, reversed : false, and refund : false.
Last updated