Mastercard · Schema

DebitCardProfile

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
branchCode string Echo back the branchCode.
cards array List of cards.
accounts array List of accounts linked to the card returned
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-debit-card-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DebitCardProfile",
  "type": "object",
  "properties": {
    "branchCode": {
      "type": "string",
      "description": "Echo back the branchCode."
    },
    "cards": {
      "type": "array",
      "description": "List of cards."
    },
    "accounts": {
      "type": "array",
      "description": "List of accounts linked to the card returned"
    }
  }
}