list_orders
Retrieve and filter orders from Conekta payment platform using search terms, payment status, and pagination controls.
Instructions
List orders with optional filters and pagination.
Args: limit: Max orders to return (1-250, default 20) search: Search by email, reference, etc. payment_status: Filter by status (paid, pending, refunded, etc.) next_page: Cursor for next page previous_page: Cursor for previous page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| payment_status | No | ||
| next_page | No | ||
| previous_page | No |