Mastercard · Schema

CustomerPAN

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
customerPAN string The card number for which the score needs to be retrieved. A minimum of 16 and a maximum of 19 digits are allowed.
hasConsent boolean A parameter indicating that the user of this API has consent to pull the score for the requested PAN number.
View JSON Schema on GitHub

JSON Schema

mastercard-consumer-credit-analytics-customer-pan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomerPAN",
  "type": "object",
  "properties": {
    "customerPAN": {
      "type": "string",
      "description": "The card number for which the score needs to be retrieved. A minimum of 16 and a maximum of 19 digits are allowed."
    },
    "hasConsent": {
      "type": "boolean",
      "description": "A parameter indicating that the user of this API has consent to pull the score for the requested PAN number."
    }
  }
}