Mastercard · Schema

PredictionDataSuccess

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
customerPAN string The card number for which the score is retrieved.
scores array Score data for the card numbers.
View JSON Schema on GitHub

JSON Schema

mastercard-consumer-credit-analytics-prediction-data-success-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PredictionDataSuccess",
  "type": "object",
  "properties": {
    "customerPAN": {
      "type": "string",
      "description": "The card number for which the score is retrieved."
    },
    "scores": {
      "type": "array",
      "description": "Score data for the card numbers."
    }
  }
}