Mastercard · Schema

IssuerConfiguration

Configuration details for an Issuer.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
supportedAccountRange string Comma separated account range must be between 4 and 8 supported by an Issuer.
privacyNoticeURL string Privacy Notice URL.
termsAndConditionURL string Terms and conditions URL for the given user.
optOutURL string Opt out URL for the given user.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-issuer-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IssuerConfiguration",
  "type": "object",
  "description": "Configuration details for an Issuer.",
  "properties": {
    "supportedAccountRange": {
      "type": "string",
      "description": "Comma separated account range must be between 4 and 8 supported by an Issuer."
    },
    "privacyNoticeURL": {
      "type": "string",
      "description": "Privacy Notice URL."
    },
    "termsAndConditionURL": {
      "type": "string",
      "description": "Terms and conditions URL for the given user."
    },
    "optOutURL": {
      "type": "string",
      "description": "Opt out URL for the given user."
    }
  }
}