Mastercard · Schema

MaritalStatus

Indicates Marital Status of the client.

**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=MARITAL_STATUS'.
**Few sample values: ** `Single`, `Married`, `Divorcee`, `Widow/Widower`

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

JSON Schema

mastercard-card-issuance-marital-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MaritalStatus",
  "type": "string",
  "description": "Indicates Marital Status of the client. <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=MARITAL_STATUS'. <br/> **Few sample values: **  `Single`, `Married`, `Divorcee`, `Widow/Widower`"
}