Status of created Merchant
{ "$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" } } }