create_invoice
Create a multi-currency invoice for crypto payments. Customers choose the cryptocurrency to pay with, and you receive an invoice URL.
Instructions
Create a multi-currency invoice. The customer can choose which cryptocurrency to pay with. Returns an invoice URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Invoice amount | |
| orderId | No | Your internal order/reference ID | |
| callbackUrl | No | Webhook URL for payment status notifications | |
| description | No | Invoice description | |
| amountCurrency | No | Currency the amount is denominated in | USDT |
| expirationMinutes | No | Invoice expiration in minutes (5-1440, default 60) |