list_checkouts
Retrieve payment links with search and pagination to manage and review transaction records in the Conekta payment system.
Instructions
List payment links (checkouts) with optional search and pagination.
Args: limit: Max checkouts 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 |