Mastercard · Schema

LegalEntity

Legal entity owning the merchant.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
governmentOwned boolean Indicates whether the legal entity is owned by a Government
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-legal-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LegalEntity",
  "type": "object",
  "description": "Legal entity owning the merchant.",
  "properties": {
    "governmentOwned": {
      "type": "boolean",
      "description": "Indicates whether the legal entity is owned by a Government"
    }
  }
}