Mastercard · Schema

MCMerchantCategory

This object represents one merchant category information.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
mcc string Merchant category code of a payment transaction that uniquely defines a merchant business.
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-merchant-category-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCMerchantCategory",
  "type": "object",
  "description": "This object represents one merchant category information.",
  "properties": {
    "mcc": {
      "type": "string",
      "description": "Merchant category code of a payment transaction that uniquely defines a merchant business."
    }
  }
}