list_scheduled_charges
List scheduled charges for the authenticated seller with pagination and filters by status, type, due date, and customer search.
Instructions
List scheduled charges for the authenticated seller, with pagination and filters. Pass status as a single value or an array. Use search to match against the linked customer's name, email, or document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default 1 | |
| type | No | Filter by schedule type | |
| dueTo | No | YYYY-MM-DD upper bound for dueDate | |
| limit | No | Items per page, default 20 | |
| search | No | Free-text search across customer name, email, or document | |
| status | No | Filter by status. Single value or array. Common values: scheduled, due_today, overdue, paid, paused. | |
| dueFrom | No | YYYY-MM-DD lower bound for dueDate | |
| customerId | No | Filter by a single customer ID |