get_receipts_by_booking
Retrieve receipts for a specific booking ID. Use the skip parameter to paginate through results and access all receipts.
Instructions
List receipts for a specific booking available to the API key account. Same shape as list_receipts. Amounts are in cents. Returns up to 10 records per page; increase skip by 10 to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip before returning the next page (page size is 10). | |
| bookingId | Yes | ZEVO booking id. |