Mastercard · Schema

MCTransaction

This object holds data corresponding to a single payment transaction.

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-transaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCTransaction",
  "type": "object",
  "description": "This object holds data corresponding to a single payment transaction.",
  "properties": {
    "mcc": {
      "type": "string",
      "description": "Merchant category code of a payment transaction that uniquely defines a merchant business."
    }
  }
}