export_transactions
Export transaction records from your Paystack integration, with filters for date range, status, amount, currency, and more.
Instructions
Export a list of transactions carried out on your integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | A timestamp at which to stop listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21 | |
| from | No | A timestamp from which to start listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21 | |
| page | Yes | Specify exactly what page you want to retrieve. Default is 1. | |
| amount | No | Filter transactions by amount, using the supported currency | |
| status | No | Filter transactions by status | |
| perPage | Yes | Specify how many records you want to retrieve per page. Default is 50. | |
| settled | No | Set to true to export only settled transactions. false for pending transactions. Leave undefined to export all transactions | |
| currency | No | Specify the transaction currency to export | |
| customer | No | Specify an ID for the customer whose transactions you want to retrieve | |
| settlement | No | An ID for the settlement whose transactions we should export | |
| payment_page | No | Specify a payment page's id to export only transactions conducted on said page |