Mastercard · Schema

ConsumerCreditAnalyticsScore

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
predictionDataSuccesses array List of scores retrieved for the card numbers.
predictionDataErrors array List of errors while retrieving the score for the card numbers.
View JSON Schema on GitHub

JSON Schema

mastercard-consumer-credit-analytics-consumer-credit-analytics-score-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConsumerCreditAnalyticsScore",
  "type": "object",
  "properties": {
    "predictionDataSuccesses": {
      "type": "array",
      "description": "List of scores retrieved for the card numbers."
    },
    "predictionDataErrors": {
      "type": "array",
      "description": "List of errors while retrieving the score for the card numbers."
    }
  }
}