Mastercard · JSON Structure

Mastercard Ethoca Merchant Self Services Base Merchant Structure

Type: object Properties: 6
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

BaseMerchant is a JSON Structure definition published by Mastercard, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name categoryCode orderAvailabilityDateTime orderHistoryMonths orderLatencyDays industryCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BaseMerchant",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "categoryCode": {
      "type": "string"
    },
    "orderAvailabilityDateTime": {
      "type": "string"
    },
    "orderHistoryMonths": {
      "type": "integer"
    },
    "orderLatencyDays": {
      "type": "integer"
    },
    "industryCode": {
      "type": "string"
    }
  }
}