Mastercard · JSON Structure

Mastercard Suspected Fraud Error Structure

Type: object Properties: 5
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Error is a JSON Structure definition published by Mastercard, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Source ReasonCode Description Details Recoverable

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "Source": {
      "type": "string"
    },
    "ReasonCode": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "Details": {
      "type": "string"
    },
    "Recoverable": {
      "type": "boolean"
    }
  }
}