Mastercard · Schema

MCSupportedMerchantCategories

The response object that contains a list of supported merchant categories.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
merchantCategories array
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-supported-merchant-categories-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCSupportedMerchantCategories",
  "type": "object",
  "description": "The response object that contains a list of supported merchant categories.",
  "properties": {
    "merchantCategories": {
      "type": "array"
    }
  }
}