Mastercard · Schema

PredictionDataError

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
customerPAN string The card number for which error is thrown
errors array List of errors for card number.
View JSON Schema on GitHub

JSON Schema

mastercard-consumer-credit-analytics-prediction-data-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PredictionDataError",
  "type": "object",
  "properties": {
    "customerPAN": {
      "type": "string",
      "description": "The card number for which error is thrown"
    },
    "errors": {
      "type": "array",
      "description": "List of errors for card number."
    }
  }
}