Mastercard · Schema

Error

A single error

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
Source string Source of the error
ReasonCode string Error Code
Description string Error Description
Recoverable boolean Boolean value to specify if error is recoverable or not
Details string Optional details of the error
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "A single error",
  "properties": {
    "Source": {
      "type": "string",
      "description": "Source of the error"
    },
    "ReasonCode": {
      "type": "string",
      "description": "Error Code"
    },
    "Description": {
      "type": "string",
      "description": "Error Description"
    },
    "Recoverable": {
      "type": "boolean",
      "description": "Boolean value to specify if error is recoverable or not"
    },
    "Details": {
      "type": "string",
      "description": "Optional details of the error"
    }
  }
}