list_all_payments
Retrieve all payments with pagination and filter options by amount or execution date. Use to reconcile financial records.
Instructions
Fetch a list of all payments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Skip over a number of elements by specifying an offset value for the query | |
| per-page | No | Limit the number of results (max is 2000) | |
| filter-by | No | Filters can be used in range `_`, separated by `;`, example multiple filter - `filter-by=amount:11.16_16.11;execution_date:2025-11-16_2025-12-16` |