Mastercard · Schema

Error

Error Object

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
Source string An element used to indicate the source of the issue causing this error.
ReasonCode string A reason code for the error that has occurred.
Description string Description of the reason the operation failed.
Recoverable boolean Generated by the gateway to indicate if the request could presented again for processing. Either "true" or "false".
Details string Identifies the description of the error.
View JSON Schema on GitHub

JSON Schema

mastercard-community-pass-payments-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Error Object",
  "properties": {
    "Source": {
      "type": "string",
      "description": "An element used to indicate the source of the issue causing this error."
    },
    "ReasonCode": {
      "type": "string",
      "description": "A reason code for the error that has occurred."
    },
    "Description": {
      "type": "string",
      "description": "Description of the reason the operation failed."
    },
    "Recoverable": {
      "type": "boolean",
      "description": "Generated by the gateway to indicate if the request could presented again for processing. Either \"true\" or \"false\"."
    },
    "Details": {
      "type": "string",
      "description": "Identifies the description of the error."
    }
  }
}