list_invoices
Retrieve merchant invoices with pagination support. Use to access invoice history for Web3 payment monitoring.
Instructions
List invoices created by this merchant, with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of invoices to return (default 50, max 100) | |
| offset | No | Offset for pagination (default 0) | |
| business_id | No | Filter invoices by specific business context UUID [Optional] |