List payments
list_paymentsFilter payments by status, date range, and pagination cursor to list matching transactions from YooKassa.
Instructions
List payments with filters by status, date range, and pagination cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Count (1-100, default 10) | |
| cursor | No | Pagination cursor (from next_cursor of the previous response) | |
| status | No | Filter by status | |
| created_at_gte | No | From date (ISO-8601 datetime) | |
| created_at_lte | No | To date (ISO-8601 datetime) |