create_payment
Create a crypto payment and receive a unique wallet address, QR code, and invoice URL for the customer to complete payment.
Instructions
Create a crypto payment. Returns a unique wallet address, QR code, and invoice URL for the customer to pay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| orderId | No | Your internal order/reference ID | |
| currency | Yes | Cryptocurrency the customer will pay with | |
| callbackUrl | No | Webhook URL for payment status notifications | |
| description | No | Payment description shown to the customer | |
| amountCurrency | No | Currency the amount is denominated in | USDT |
| expirationMinutes | No | Payment expiration in minutes (5-1440, default 30) |