list_customers
Retrieve a paginated list of customers from your Paystack integration, with optional date range filtering and page size control.
Instructions
List customers available on your Paystack integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | A timestamp at which to stop listing customers e.g. 2016-09-24T00:00:05.000Z | |
| from | No | A timestamp from which to start listing customers e.g. 2016-09-24T00:00:05.000Z | |
| page | Yes | Page number to retrieve (default: 1) | |
| perPage | Yes | Number of records per page (default: 50) |