Mastercard · Schema

ValidationStatus

Status of created Merchant

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
messages array List of validation messages for a merchant.
contactUs string Ethoca's CX team contact
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-validation-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidationStatus",
  "type": "object",
  "description": "Status of created Merchant",
  "properties": {
    "messages": {
      "type": "array",
      "description": "List of validation messages for a merchant."
    },
    "contactUs": {
      "type": "string",
      "description": "Ethoca's CX team contact"
    }
  }
}