freshbooks_list_payments
List FreshBooks payments for the authenticated account. Supports pagination and raw filter parameters, returning items, page, pages, and total.
Instructions
List payments for the authenticated FreshBooks account. Supports pagination and raw FreshBooks filter params. Returns items plus page/pages/total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number | |
| search | No | Raw FreshBooks filter params passed through verbatim, e.g. {"search[customerid]": 123} or {"include[]": "lines"}. Field names are not validated. | |
| per_page | No | Results per page (max 100) |