Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nuvei Payments API

Server-to-server REST API for processing card and APM transactions through Nuvei. Includes openOrder for session setup, payment for end-to-end transactions, settleTransaction for capturing pre-authorized amounts, refundTransaction for refunds, voidTransaction for cancellations, and getPaymentStatus for transaction state. Auth uses SHA-256 checksum over merchantId, merchantSiteId, clientRequestId, amount, currency, timeStamp, and merchantSecretKey.

Nuvei Payments API is one of 11 APIs that Nuvei publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Payments, Authorization, Settlement, Refund, and Void. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and 2 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://secure.safecharge.com/ppp/api/v1, https://ppp-test.nuvei.com/ppp/api/v1.

1 operations 1 paths 9 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://secure.safecharge.com/ppp/api/v1/
Resource Areas
1

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Payments 1

End-to-end payment processing.

POST
/payment.do
Create Payment
createPayment body → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PaymentResponse (21 properties), Address (8 properties), Card (6 properties), DeviceDetails (5 properties). Each schema is shown below with its type and property counts.

PaymentResponse
object
21 properties
DeviceDetails
object
5 properties
PaymentOption
object
3 properties
UrlDetails
object
4 properties
PaymentRequest
Item
object
3 properties
Address
object
8 properties
Card
object
6 properties
MerchantAuth
object
5 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuvei-payments-api-openapi.yml Raw ↑

Other APIs Nuvei publishes across the network.

Nuvei Payouts API
Nuvei User Payment Options API
Nuvei 3DS API
Nuvei DCC API
Nuvei Direct Merchant Notifications (DMN)
Nuvei Financial Operations API
Nuvei Merchant API
Nuvei Orders API
Nuvei Sessions API
Nuvei Status API