Get all transactions
Return all list of transactions
Last updated
Return all list of transactions
Last updated
Authorization
string
set value to Bearer SECRET_KEY
wallet_ref
string
Wallet reference
transaction_ref
string
Transaction reference
start_date
string
Specifies a start date range you wish to pull a list transactions from
end_date
string
Specifiy an end date ragne you wish to pull a list of teansactions from
channel
string
Transaction channel. options include in-system
or nip
type
string
Transaction type. options include debit
or credit
status
string
Transaction status. options include failed
or successful
amount
string
Transaction amount
business_id
string
required
Merchant business ID
page
string
Specifies the current page in a list of paginated data, default is set to 1
limit
string
Specifies the number of records per page of a paginated data, default is set to 50
search_term
string
Specifies a keyword to be used in filtering transactions.