Mastercard · Schema

PhotoIndicator

Indicates whether picture or photo should be printed on the card or default template to be applied.
In case of LVC card request, valid value is only `NORMAL`.
**Valid values: ** * `NORMAL` - Normal card * `PHOTO` - Photo card * `PICTURE` - Picture card

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

JSON Schema

mastercard-card-issuance-photo-indicator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PhotoIndicator",
  "type": "string",
  "description": "Indicates whether picture or photo should be printed on the card or default template to be applied. <br/> In case of LVC card request, valid value is only `NORMAL`. <br/> **Valid values: **\n* `NORMAL` - Normal card\n* `PHOTO` - Photo card\n* `PICTURE` - Picture card"
}