Mastercard · JSON Structure

Mastercard Card Issuance Profile Structure

Type: object Properties: 5
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Profile is a JSON Structure definition published by Mastercard, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

maidenName birthDate birthCity birthCountry nationality

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Profile",
  "type": "object",
  "properties": {
    "maidenName": {
      "type": "string"
    },
    "birthDate": {
      "type": "string"
    },
    "birthCity": {
      "type": "string"
    },
    "birthCountry": {
      "type": "string"
    },
    "nationality": {
      "type": "string"
    }
  }
}