list_payments
Retrieve payments with optional date filters and field selection to minimize response size.
Instructions
List all payments with optional filters for date range. Supports field filtering to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional) | |
| limit | No | Maximum number of items to return (default: 50, max: 500) | |
| summary | No | Return only count and pagination metadata without items (default: false) | |
| fields | No | Select specific fields to return (e.g., ["id", "name", "days", "discount"]). Reduces response size by 70-90%. If not provided, returns default fields: id, name, days, discount | |
| starttmp | No | Starting timestamp (Unix timestamp) for filtering payments by date | |
| endtmp | No | Ending timestamp (Unix timestamp) for filtering payments by date |