Mastercard · Schema

Category

Merchant Category Name and id

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
categoryId string The Merchant Category Id
categoryName string Name of the category
View JSON Schema on GitHub

JSON Schema

mastercard-merchant-locations-category-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Category",
  "type": "object",
  "description": "Merchant Category Name and id",
  "properties": {
    "categoryId": {
      "type": "string",
      "description": " The Merchant Category Id"
    },
    "categoryName": {
      "type": "string",
      "description": "Name of the category"
    }
  }
}