Mastercard · Schema

BeneficialOwner

Individual owning the merchant.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
birthDate string Beneficial owner birth date. Date must be in a [ISO 8601 format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-beneficial-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BeneficialOwner",
  "type": "object",
  "description": "Individual owning the merchant.",
  "properties": {
    "birthDate": {
      "type": "string",
      "description": "Beneficial owner birth date. Date must be in a [ISO 8601 format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)"
    }
  }
}