list_charges
Retrieve and filter payment charges from Conekta with pagination support for transaction management.
Instructions
List all charges with optional search and pagination.
Args: limit: Max charges to return (1-250, default 20) search: Search filter next_page: Cursor for next page previous_page: Cursor for previous page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| next_page | No | ||
| previous_page | No |