list_payments
Fetch tutoring payments by date, status, tutor, or student. Control output with pagination and limits for targeted retrieval.
Instructions
List Payments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | created_at <= ISO date | |
| from | No | created_at >= ISO date | |
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| status | No | succeeded, pending, refunded, failed, ... | |
| tutor_id | No | Filter by tutor UUID | |
| student_id | No | Filter by student UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |