Overview
The /invoice/ allows merchants to create, manage, and track invoices for cryptocurrency payments. Below is a summary of all invoice-related endpoints.
Endpoints Overview
Section titled “Endpoints Overview”| Endpoint | Method | URL | Description | Required Plan |
|---|---|---|---|---|
| Create Invoice | POST | /invoice/create | Creates a new invoice. Customer chooses crypto at checkout. | Startup |
| Create Payment | POST | /invoice/create-payment | Immediately creates a crypto payment with a specified currency and network. | Business |
| Get Invoice Info | POST | /invoice/info | Retrieves current status and details of an invoice or payment. | Startup |