Mastercard · Schema

BaseNewCardDetails

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
branchCode string Branch Code.
**Conditional Mandatory*** field - Required for **Primary** card issuance to new client.

For the following application types, if the value is se
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-base-new-card-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BaseNewCardDetails",
  "type": "object",
  "properties": {
    "branchCode": {
      "type": "string",
      "description": "Branch Code. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required for **Primary** card issuance to new client. <BR> <BR/> For the following application types, if the value is sent, then the branch code is changed for the client initiating the request along with the associated Primary, Supplementary and Add-On cards.: <BR/>\n* Primary Card - Existing Client (New Program) <BR/>\n* Supplementary Card - Existing Program <BR/> For the following application types, the value in the field should be empty or same as Primary client's branch code. If the branch code is received and does not match with Primary client's branch code, then the request is rejected: <BR/>\n* Add On for new Client <BR/>\n* Supplementary Existing Program for Corporate Card"
    }
  }
}