Mastercard · Schema

ClientPreferences

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
registerForDNCR boolean Indicates whether registered in 'DNCR' (Do Not Call Register) or not. Default false.
This field is required if configured as **Business Mandatory*** .
smsAlert boolean Indicates whether registered for sms alert notification facility or not. Default false.
This field is required if configured as **Business Mandatory*** .
emailAlert boolean Indicates whether registered for email alert notification facility or not. Default false.
This field is required if configured as **Business Mandatory*** .
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-client-preferences-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClientPreferences",
  "type": "object",
  "properties": {
    "registerForDNCR": {
      "type": "boolean",
      "description": "Indicates whether registered in 'DNCR' (Do Not Call Register) or not. Default false. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
    },
    "smsAlert": {
      "type": "boolean",
      "description": "Indicates whether registered for sms alert notification facility or not. Default false. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
    },
    "emailAlert": {
      "type": "boolean",
      "description": "Indicates whether registered for email alert notification facility or not. Default false. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
    }
  }
}