create_invoice
Generate a crypto checkout invoice and buyer payment URL, supporting USDT/USDC, custom amounts, expiry, and redirect URLs.
Instructions
Create a new payment checkout invoice and generate the buyer checkout URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Token symbol to pay in (default: USDT) | |
| amount_usd | Yes | Invoiced USD amount (e.g. 29.99) | |
| cancel_url | No | URL to redirect customer if cancelled [Optional] | |
| business_id | No | Specific business context UUID. Fallbacks to active business [Optional] | |
| description | No | Brief description of the order/payment context | |
| redirect_url | No | URL to redirect customer after successful payment [Optional] | |
| preferred_chain | No | Suggested chain key (e.g. base, polygon, bsc, arbitrum, solana, mainnet) [Optional] | |
| expires_in_minutes | No | Invoice expiry in minutes (default: 120) |