Mastercard · Schema

NewApplication

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
formNumber string Echo back the input application form number.
number string System generated unique application number while on-boarding the client.
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-new-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NewApplication",
  "type": "object",
  "properties": {
    "formNumber": {
      "type": "string",
      "description": "Echo back the input application form number."
    },
    "number": {
      "type": "string",
      "description": "System generated unique application number while on-boarding the client."
    }
  }
}