Skip to main content

Introduction

Welcome to the Nuvei server-to-server REST 2.0 API integration guide.

Nuvei's API is simple, easy-to-use, secure, and stateless, which enables online merchants and service providers to process consumer payments through Nuvei's digital payment Gateway.

This guide describes the API's services and functionality, and is intended for developers by providing all necessary integration information, including the necessary requests and responses.

What's New in REST 2.0

  • Improved infrastructure
  • Developer-friendly authentication
  • Up-to-date and compatible RESTful protocol
  • Simplified workflows
  • New features and services support
  • YAML files support

RESTful Structure

Base URLs:

Handling Record IDs

  • Each POST /payment request returns a paymentId. All subsequent transactions are linked with this paymentId.
  • In the REST 2.0 flow, you do not need to provide all the parameters in each request in the same payment cycle. For example, if you want to refund a transaction, REST 2.0 only needs paymentId and the refund details: amount (if partial), currency, etc.