list_charges
Retrieve a paginated list of charges with filters for status, payment method, product, or customer search.
Instructions
List charges for the authenticated seller with pagination and filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default 1 | |
| limit | No | Items per page, default 20 | |
| search | No | Search by customer name, email, or document | |
| status | No | Filter by status: pending, authorized, paid, failed, refunded, etc. | |
| productId | No | Filter by product UUID | |
| paymentMethod | No | Filter: pix, boleto, creditCard |