Get all transactions
Return all list of transactions
URI
GET
Parameters
Header
Authorization
| set value to |
Query Param
wallet_ref
| Wallet reference |
transaction_ref
| Transaction reference |
start_date
| Specifies a start date range you wish to pull a list transactions from |
end_date
| Specifiy an end date ragne you wish to pull a list of teansactions from |
channel
| Transaction channel. options include |
type
| Transaction type. options include |
status
| Transaction status. options include |
amount
| Transaction amount |
business_id
| Merchant business ID |
page
| Specifies the current page in a list of paginated data, default is set to 1 |
limit
| Specifies the number of records per page of a paginated data, default is set to 50 |
search_term
| Specifies a keyword to be used in filtering transactions. |
Sample request
Duplo Response
Last updated