Create Checkout invoice
create_invoiceCreate a USD invoice and return a hosted crypto payment URL. Payment methods come from merchant dashboard settings, including Bitcoin, Ethereum, Solana, and stablecoins.
Instructions
Create a FinCobra Checkout invoice in USD and return the hosted payment URL. Payment methods (Bitcoin, Ethereum USDT/USDC, Solana USDT/USDC, Arbitrum One USDC, Base USDC) are those enabled in the merchant dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountUsd | Yes | Invoice amount in USD. Minimum 0.01. Settlement coins and chains come from the merchant Checkout payment methods, not this field. | |
| description | No | Product or service description shown on the invoice. | |
| customerEmail | No | Customer email for reconciliation. | |
| merchantReference | No | Your order or internal reference. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| amountUsd | Yes | ||
| paymentUrl | Yes | ||
| productName | Yes | ||
| paymentCoverage | Yes | ||
| merchantReference | Yes | ||
| receivedAmountUsd | Yes | ||
| confirmedAmountUsd | Yes | ||
| remainingAmountUsd | Yes |