Mastercard · Schema

ClientType

Indicates client type

**Conditional Mandatory*** field - Required while creating new client.
Valid values are configured on 'Card Management > Institution Parameter Setup > System Codes [ISSS15]' screen for 'Type Id=CUSTOMER_TYPE'.
**Few sample values: ** `Individual`, `Corporate`, `Bank Staff`

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-client-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClientType",
  "type": "string",
  "description": "Indicates client type <br /> <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required while creating new client. <br/> Valid values are configured on 'Card Management > Institution Parameter Setup > System Codes [ISSS15]'     screen for 'Type Id=CUSTOMER_TYPE'. <br/> **Few sample values: **  `Individual`, `Corporate`, `Bank Staff`"
}