Mastercard · Schema

CardRelationship

An indicator at card level to describe type of client associated with the card.
**Valid values: ** * `PRIMARY` - Indicates primary card * `ADD_ON` - Indicates add-on card * `SUPPLEMENTARY` - Indicates supplementary card

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

JSON Schema

mastercard-card-issuance-card-relationship-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CardRelationship",
  "type": "string",
  "description": "An indicator at card level to describe type of client associated with the card. <br/> **Valid values: **\n* `PRIMARY` - Indicates primary card\n* `ADD_ON` - Indicates add-on card\n* `SUPPLEMENTARY` - Indicates supplementary card"
}