Skip to main content

Nuvei

Quick Start
  1. Sign up at nuvei.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Nuvei →

Overview

Nuvei

Provider IDnuvei
CategoryCard Processors
Websitenuvei.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

ParameterDescription
base_urlAPI endpoint
merchant_idMerchant ID
merchant_site_idMerchant Site ID
merchant_secretMerchant Secret Key

Status Mapping

Provider Status4pay StatusDescription
APPROVEDcharged
DECLINEDfailed
ERRORfailed
REDIRECTaction_required
PENDINGcharging
PROCESSINGcharging

Testing

Sandbox URL

https://ppp-test.safecharge.com/

Test Cards

CardNumberResult
Visa4000 0209 5159 5032Successful payment
Visa (3DS)4000 0209 5159 5040Requires 3D Secure
Visa (decline)4000 0000 0000 0002Declined
Mastercard5333 3062 3122 6927Successful payment

Resources