balance_ledger
Retrieve pay-in and pay-out records from your Paystack integration, with optional date filters and pagination for managed data access.
Instructions
Fetch all pay-ins and pay-outs that occurred on your Paystack integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | A timestamp at which to stop listing balance ledger entries e.g. 2016-09-24T00:00:05.000Z | |
| from | No | A timestamp from which to start listing balance ledger entries e.g. 2016-09-24T00:00:05.000Z | |
| page | Yes | Page number to retrieve. Default is 1. | |
| perPage | Yes | Number of records to retrieve per page. Default is 50. |