create_invoice
Generate payment invoices with unique links for customers to complete transactions in Southeast Asian currencies.
Instructions
Create a new payment invoice. Returns a payment link your customer can use to pay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| externalId | Yes | Your unique reference ID for this invoice | |
| amount | Yes | Invoice amount | |
| currency | No | Currency code | IDR |
| description | No | Invoice description shown to the payer | |
| payerEmail | No | Payer's email address | |
| invoiceDuration | No | Invoice expiry duration in seconds (default: 86400 = 24 hours) |