create_payment_link
Generate hosted checkout URLs for accepting crypto payments in USDC or native tokens across Algorand, VOI, Hedera, and Stellar networks.
Instructions
Create a hosted AlgoVoi checkout URL for a given amount and chain. Returns a short token and public URL the customer can visit to pay in USDC or native tokens (Algorand / VOI / Hedera / Stellar).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount in fiat units (e.g. 5.00 for $5.00). | |
| currency | Yes | ISO currency code — e.g. USD, GBP, EUR. | |
| label | Yes | Short order label (e.g. "Order #123"). | |
| network | Yes | Preferred blockchain network. | |
| redirect_url | No | https URL to return the customer to after payment (optional). | |
| idempotency_key | No | 16–64 char token — duplicate calls within 24h return the same checkout URL. |