Mastercard · Schema

CategoryPurpose

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
categoryPurpose string Use-case (represented via category purpose codes) supported by the DSP. *Refer to Codes and Formats section for more details.
featureList array List of features (represented via featureList codes) supported for each categoryPurpose by the DSP. *Refer to Codes and Formats section for more details.
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-category-purpose-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CategoryPurpose",
  "type": "object",
  "properties": {
    "categoryPurpose": {
      "type": "string",
      "description": "Use-case (represented via category purpose codes) supported by the DSP.  *Refer to Codes and Formats section for more details."
    },
    "featureList": {
      "type": "array",
      "description": "List of features (represented via featureList codes) supported for each categoryPurpose by the DSP.  *Refer to Codes and Formats section for more details."
    }
  }
}