Nuvei

How to enable Nuvei Credit Card on a merchant.

Nuvei is a company specializing in Creditcard products and services, working with ISOs, Resellers, Integrated Partners, and Third-Party Senders.

Features

Payout A merchant can send funds to customers and have them received via Credit Card payment methods.

Resources

Configuration

To configure Nuvei for Creditcard payouts, you need a username and password.

Enabling this Product

Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.

{
  "line": "payouts",
  "product": "creditcard",
  "provider": "nuvei",
  "config": {},
  
}