Mastercard · Schema

Application

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
formNumber string Client on-boarding application form number.
makerChecker boolean Indicates whether the application should go through the checker approval process prior to client on-boarding. Applicable only if not requested for 'instant card'. It will be always considered as true
memo string Free text field that contains remarks entered while submitting the request.
This field is required if configured as **Business Mandatory*** .
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Application",
  "type": "object",
  "properties": {
    "formNumber": {
      "type": "string",
      "description": "Client on-boarding application form number."
    },
    "makerChecker": {
      "type": "boolean",
      "description": "Indicates whether the application should go through the checker approval process prior to client on-boarding. Applicable only if not requested for 'instant card'. It will be always considered as true in case of 'instant card' or 'SVC/LVC' card issuance irrespective of input value."
    },
    "memo": {
      "type": "string",
      "description": "Free text field that contains remarks entered while submitting the request. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>."
    }
  }
}