create_invoice
Create payment invoices via Xendit by providing an external ID and amount. Supports currencies IDR, PHP, USD.
Instructions
Create a payment invoice via Xendit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Invoice amount | |
| currency | No | Currency code (IDR, PHP, USD) | IDR |
| description | No | Invoice description | |
| external_id | Yes | Unique invoice ID from your system | |
| payer_email | No | Customer email |