Mastercard · Schema

Gender

Indicates Gender 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=GENDER'.
**Few sample values: ** `Female`, `Male`, `Not Reported`

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

JSON Schema

mastercard-card-issuance-gender-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Gender",
  "type": "string",
  "description": "Indicates Gender 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=GENDER'. <br/> **Few sample values: ** `Female`, `Male`, `Not Reported`"
}