Mastercard · Schema

SubMerchantState

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
state string State of the Sub-Merchant
inactivationReason string Reason for Inactivation. Required when state is INACTIVE.
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-sub-merchant-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SubMerchantState",
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "description": "State of the Sub-Merchant"
    },
    "inactivationReason": {
      "type": "string",
      "description": "Reason for Inactivation. Required when state is INACTIVE."
    }
  }
}