Nuvei · JSON Structure

Nuvei Payment Structure

Logical structure of a Nuvei payment, suitable for documentation and code generation.

Type: structure Properties: 9
PaymentsPayment ProcessingPayment GatewayAcquiringPayoutsAlternative Payment MethodsFraudRiskCurrency ConversioniGamingE-CommerceFintech

NuveiPaymentStructure is a JSON Structure definition published by Nuvei, describing 9 properties. It conforms to the https://json-structure.org/draft/2025/schema meta-schema.

Properties

merchant session amount paymentOption billingAddress shippingAddress items urlDetails checksum

Meta-schema: https://json-structure.org/draft/2025/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuvei/main/json-structure/nuvei-payment-structure.json",
  "name": "NuveiPaymentStructure",
  "description": "Logical structure of a Nuvei payment, suitable for documentation and code generation.",
  "type": "structure",
  "properties": {
    "merchant": {
      "type": "structure",
      "properties": {
        "merchantId": { "type": "string", "required": true },
        "merchantSiteId": { "type": "string", "required": true }
      }
    },
    "session": {
      "type": "structure",
      "properties": {
        "sessionToken": { "type": "string" },
        "clientRequestId": { "type": "string" },
        "clientUniqueId": { "type": "string" }
      }
    },
    "amount": {
      "type": "structure",
      "properties": {
        "amount": { "type": "string", "required": true },
        "currency": { "type": "string", "required": true }
      }
    },
    "paymentOption": {
      "type": "structure",
      "discriminator": "kind",
      "variants": {
        "card": {
          "properties": {
            "cardNumber": { "type": "string" },
            "cardHolderName": { "type": "string" },
            "expirationMonth": { "type": "string" },
            "expirationYear": { "type": "string" },
            "CVV": { "type": "string" }
          }
        },
        "alternativePaymentMethod": {
          "properties": {
            "paymentMethod": { "type": "string" },
            "data": { "type": "object" }
          }
        },
        "userPaymentOption": {
          "properties": {
            "userPaymentOptionId": { "type": "string", "required": true }
          }
        }
      }
    },
    "billingAddress": { "$ref": "#/$defs/Address" },
    "shippingAddress": { "$ref": "#/$defs/Address" },
    "items": {
      "type": "array",
      "items": {
        "type": "structure",
        "properties": {
          "name": { "type": "string", "required": true },
          "price": { "type": "string", "required": true },
          "quantity": { "type": "integer", "required": true }
        }
      }
    },
    "urlDetails": {
      "type": "structure",
      "properties": {
        "successUrl": { "type": "string" },
        "failureUrl": { "type": "string" },
        "pendingUrl": { "type": "string" },
        "notificationUrl": { "type": "string" }
      }
    },
    "checksum": {
      "type": "structure",
      "properties": {
        "timeStamp": { "type": "string", "required": true },
        "checksum": { "type": "string", "required": true, "algorithm": "SHA-256" }
      }
    }
  },
  "$defs": {
    "Address": {
      "type": "structure",
      "properties": {
        "firstName": { "type": "string" },
        "lastName": { "type": "string" },
        "address": { "type": "string" },
        "city": { "type": "string" },
        "zip": { "type": "string" },
        "country": { "type": "string" },
        "email": { "type": "string" },
        "phone": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/nuvei-payment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.