Mastercard · Schema

FreshDebitCard

Debit Card Details.
card number or card id or card packId must exist while issuing existing non personalized card.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
nonPersonalized boolean Indicates whether existing non-personalized card is being issued.
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-fresh-debit-card-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FreshDebitCard",
  "type": "object",
  "description": "Debit Card Details. <BR/>card number or card id or card packId must exist while issuing existing non personalized card.",
  "properties": {
    "nonPersonalized": {
      "type": "boolean",
      "description": "Indicates whether existing non-personalized card is being issued."
    }
  }
}