Adyen · Schema

WebDataExemption

WebDataExemption schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
reason string The reason why the web data was not provided. Possible value: **noOnlinePresence**.
View JSON Schema on GitHub

JSON Schema

legal-entity-web-data-exemption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-web-data-exemption-schema.json",
  "title": "WebDataExemption",
  "description": "WebDataExemption schema from Adyen API",
  "type": "object",
  "properties": {
    "reason": {
      "description": "The reason why the web data was not provided. Possible value: **noOnlinePresence**.",
      "enum": [
        "noOnlinePresence",
        "notCollectedDuringOnboarding"
      ],
      "type": "string"
    }
  }
}