list-payments
List payments across all accounts with pagination, sorting, and optional date range filtering.
Instructions
List payments across all accounts with pagination and sorting. Payments are records of money received into the system. Note: Billforward has no native created-date filter on this endpoint — when created_after/created_before are set, results are fetched sorted by created (regardless of orderBy) and filtered client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return (Hard Max: 200) | |
| offset | No | Number of records to skip | |
| orderBy | No | Field to order by | created |
| created_after | No | Filter records created after this ISO date | |
| created_before | No | Filter records created before this ISO date | |
| orderDirection | No | Direction of sorting | DESC |