Nuvei
Quick Start
- Sign up at nuvei.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Nuvei
| Provider ID | nuvei |
| Category | Card Processors |
| Website | nuvei.com |
Authentication
HMAC SHA256 checksum for each request:
SHA256(merchant_id + site_id + request_id + [amount + currency +] timestamp + secret)
Formula depends on the endpoint. For capture/refund additionally includes relatedTransactionId.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
base_url | API endpoint |
merchant_id | Merchant ID |
merchant_site_id | Merchant Site ID |
merchant_secret | Merchant Secret Key |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
APPROVED | charged | |
DECLINED | failed | |
ERROR | failed | |
REDIRECT | action_required | |
PENDING | charging | |
PROCESSING | charging |
Testing
Sandbox URL
https://ppp-test.safecharge.com/
Test Cards
| Card | Number | Result |
|---|---|---|
| Visa | 4000 0209 5159 5032 | Successful payment |
| Visa (3DS) | 4000 0209 5159 5040 | Requires 3D Secure |
| Visa (decline) | 4000 0000 0000 0002 | Declined |
| Mastercard | 5333 3062 3122 6927 | Successful payment |