Mastercard · Schema

Mobile

Mobile number details

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
isd string ISD code is defined as the country code to call a mobile subscriber directly from outside the country. For example, +91 for India and +971 for UAE.
If not provided, then the institution ISD code
number string Mobile number excluding ISD Code.
**Conditional Mandatory*** field - Required when SMS alert is activated or ISD value is provided.
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-mobile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Mobile",
  "type": "object",
  "description": "Mobile number details",
  "properties": {
    "isd": {
      "type": "string",
      "description": "ISD code is defined as the country code to call a mobile subscriber directly from outside the country. For example, +91 for India and +971 for UAE. <BR/>If not provided, then the institution ISD code is populated."
    },
    "number": {
      "type": "string",
      "description": "Mobile number excluding ISD Code. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required when SMS alert is activated or ISD value is provided."
    }
  }
}