list_transactions
List transactions with pagination and filtering by status, date, amount, channel, customer, or reference to retrieve specific payment records.
Instructions
List transactions with pagination and filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Filter transactions to this date. Format: YYYY-MM-DD. | |
| from | No | Filter transactions from this date. Format: YYYY-MM-DD. | |
| page | Yes | Page number to retrieve. Default is 1. | |
| amount | No | Filter transactions by amount. Value is in kobo, pesewas or cents. | |
| status | No | Filter transactions by status. | |
| channel | No | Filter transactions by channel. | |
| perPage | Yes | Number of records to retrieve per page. Default is 50. | |
| customer | No | Filter transactions by customer ID or code. | |
| reference | No | Filter transactions by reference. |