Mastercard · Schema

DeliveryMode

Client's preferred delivery mode. Application request with instant card true, delivery mode should be `Branch`.
Valid values are configured on "Card Management > Institution Parameter Setup > System Codes [ISSS15]" screen for "Type Id=DELIVERY_MODE".
**Few sample values:** `Branch`, `Payment system department`, `Mail`

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

JSON Schema

mastercard-card-issuance-delivery-mode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeliveryMode",
  "type": "string",
  "description": "Client's preferred delivery mode. Application request with instant card true, delivery mode should be `Branch`. <br/> Valid values are configured on \"Card Management > Institution Parameter Setup > System Codes [ISSS15]\" screen for \"Type Id=DELIVERY_MODE\". <br/> **Few sample values:** `Branch`, `Payment system department`, `Mail`"
}