Mastercard · JSON Structure

Mastercard Carbon Calculator Experience Issuer Profile Details Structure

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

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

Properties

clientId customerId supportedAccountRange status email countryCode privacyNoticeURL termsAndConditionURL optOutURL

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IssuerProfileDetails",
  "type": "object",
  "properties": {
    "clientId": {
      "type": "string"
    },
    "customerId": {
      "type": "string"
    },
    "supportedAccountRange": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "privacyNoticeURL": {
      "type": "string"
    },
    "termsAndConditionURL": {
      "type": "string"
    },
    "optOutURL": {
      "type": "string"
    }
  }
}