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 ​
- Go to Connections and click New Connection.
- Pick Nuvei 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 |
|---|---|
| POST /openOrder | Open an order (session) |
| POST /payment | Process a payment |
| POST /payout | Process a withdrawal/payout |
| POST /getPaymentStatus | Get payment status |
| POST /voidTransaction | Void a transaction |
| POST /refundTransaction | Refund a transaction |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.