list_invoices
Retrieve invoices from Xendit with filters for status, currency, creation date range, and pagination.
Instructions
List invoices from your Xendit account with optional filters for status, date range, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of invoices to return (1-100) | |
| status | No | Filter by invoice status | |
| currency | No | Filter by currency (IDR, PHP, etc.) | |
| createdAfter | No | Return invoices created after this ISO 8601 timestamp. Must be used with createdBefore. | |
| createdBefore | No | Return invoices created before this ISO 8601 timestamp. Must be used with createdAfter. |