list_invoices
Retrieve and filter recent payment invoices from a BTCPay store to monitor transaction statuses, amounts, and dates for payment processing management.
Instructions
List invoices from the default BTCPay store.
Args: status_filter: Optional status to filter by: 'New', 'Processing', 'Settled', 'Expired', or 'Invalid'. Leave empty for all.
Returns a list of recent invoices with IDs, amounts, statuses, and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |