Nuvei · Schema
NuveiTransaction
A Nuvei transaction (payment, settle, void, refund, payout) response.
PaymentsPayment ProcessingPayment GatewayAcquiringPayoutsAlternative Payment MethodsFraudRiskCurrency ConversioniGamingE-CommerceFintech
Properties
| Name | Type | Description |
|---|---|---|
| transactionId | string | |
| externalTransactionId | string | |
| transactionStatus | string | |
| transactionType | string | |
| status | string | |
| amount | string | |
| currency | string | |
| authCode | string | |
| relatedTransactionId | string | |
| gwErrorCode | integer | |
| gwErrorReason | string | |
| gwExtendedErrorCode | integer | |
| errCode | integer | |
| reason | string | |
| merchantId | string | |
| merchantSiteId | string | |
| clientUniqueId | string | |
| clientRequestId | string | |
| userPaymentOption | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuvei/main/json-schema/nuvei-transaction-schema.json",
"title": "NuveiTransaction",
"description": "A Nuvei transaction (payment, settle, void, refund, payout) response.",
"type": "object",
"properties": {
"transactionId": { "type": "string" },
"externalTransactionId": { "type": "string" },
"transactionStatus": {
"type": "string",
"enum": ["APPROVED", "DECLINED", "ERROR", "REDIRECT", "PENDING"]
},
"transactionType": {
"type": "string",
"enum": ["Sale", "Auth", "Settle", "Void", "Credit", "Payout", "InitAuth3D", "Auth3D"]
},
"status": { "type": "string", "enum": ["SUCCESS", "ERROR"] },
"amount": { "type": "string" },
"currency": { "type": "string" },
"authCode": { "type": "string" },
"relatedTransactionId": { "type": "string" },
"gwErrorCode": { "type": "integer" },
"gwErrorReason": { "type": "string" },
"gwExtendedErrorCode": { "type": "integer" },
"errCode": { "type": "integer" },
"reason": { "type": "string" },
"merchantId": { "type": "string" },
"merchantSiteId": { "type": "string" },
"clientUniqueId": { "type": "string" },
"clientRequestId": { "type": "string" },
"userPaymentOption": {
"type": "object",
"properties": {
"userPaymentOptionId": { "type": "string" },
"card": {
"type": "object",
"properties": {
"bin": { "type": "string" },
"last4Digits": { "type": "string" },
"ccCardNumber": { "type": "string" },
"brand": { "type": "string" },
"ccExpMonth": { "type": "string" },
"ccExpYear": { "type": "string" }
}
}
}
}
},
"required": ["transactionId", "transactionStatus", "status"]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuvei-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.