Mastercard · JSON Structure

Mastercard Consumer Credit Analytics Error Data Structure

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

ErrorData 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

reasonCode errorMessage modelName scoreType productType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorData",
  "type": "object",
  "properties": {
    "reasonCode": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "modelName": {
      "type": "string"
    },
    "scoreType": {
      "type": "string"
    },
    "productType": {
      "type": "string"
    }
  }
}