--- title: 'NOWPayments' description: 'Cryptocurrency payment gateway for iGaming with invoices, payouts, and multi-coin support.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **NOWPayments** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /status](./get_status_igaming_getstatus) | API availability | | [GET /currencies](./get_currencies_igaming_getcurrencies) | Available cryptocurrencies | | [GET /merchant/coins](./get_merchant_coins_igaming_getmerchantcoins) | Merchant-activated currencies | | [GET /estimate](./get_estimate_igaming_getestimate) | Exchange price estimate | | [GET /min-amount](./get_min_amount_igaming_getminamount) | Minimum payment amount | | [POST /payment](./post_payment_igaming_createpayment) | Create crypto payment | | [GET /payment/{payment_id}](./get_payment_payment_id_igaming_getpayment) | Payment status | | [GET /payment/](./get_payment_igaming_listpayments) | List payments | | [POST /invoice](./post_invoice_igaming_createinvoice) | Create invoice with QR | | [POST /payout](./post_payout_igaming_createpayout) | Mass payout | | [GET /balance](./get_balance_igaming_getbalance) | Account balance | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.