Get all transactions
Return all list of transactions
URI
GET
https://api.tryduplo.com/v1/wallets/transactions?page=1&limit=10&wallet_ref=&transaction_ref=&start_date=&end_date=&channel=&type=&status=&amount=&business_id=Parameters
Header
Authorization
string
set value to Bearer SECRET_KEY
Query Param
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.
Sample request
Duplo Response
Last updated
Was this helpful?