--- title: 'Nuvei' description: 'iGaming payment processing with deposits, withdrawals, and KYC verification.' --- # Nuvei iGaming payment processing with deposits, withdrawals, and KYC verification. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://ppp-test.nuvei.com/ppp/api/v1` | | Authentication | HMAC-SHA256 | | Endpoints | 6 | | Connector key | `nuvei` | ## Using Nuvei in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Nuvei** 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 | |---|---| | [POST /openOrder](./post_openorder_igaming_openorder) | Open an order (session) | | [POST /payment](./post_payment_igaming_createpayment) | Process a payment | | [POST /payout](./post_payout_igaming_createpayout) | Process a withdrawal/payout | | [POST /getPaymentStatus](./post_getpaymentstatus_igaming_getpaymentstatus) | Get payment status | | [POST /voidTransaction](./post_voidtransaction_igaming_voidtransaction) | Void a transaction | | [POST /refundTransaction](./post_refundtransaction_igaming_refundtransaction) | Refund a transaction | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.