list-receipts
Retrieve receipts across all accounts to audit payment history. Each receipt maps to a successful payment for verification.
Instructions
List receipts across all accounts. Receipts usually map 1-to-1 with successful payments and provide audit data. 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 |