NOWPayments ​
Cryptocurrency payment gateway for iGaming with invoices, payouts, and multi-coin support.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.nowpayments.io/v1 |
| Authentication | API Key |
| Endpoints | 11 |
| Connector key | nowpayments |
Using NOWPayments in a workflow ​
- Go to Connections and click New Connection.
- Pick NOWPayments from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /status | API availability |
| GET /currencies | Available cryptocurrencies |
| GET /merchant/coins | Merchant-activated currencies |
| GET /estimate | Exchange price estimate |
| GET /min-amount | Minimum payment amount |
| POST /payment | Create crypto payment |
| GET /payment/{payment_id} | Payment status |
| GET /payment/ | List payments |
| POST /invoice | Create invoice with QR |
| POST /payout | Mass payout |
| GET /balance | Account balance |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.