Adyen · Schema

WebDataExemption

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

adyen-webdataexemption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebDataExemption",
  "title": "WebDataExemption",
  "properties": {
    "reason": {
      "description": "The reason why the web data was not provided. Possible value: **noOnlinePresence**.",
      "enum": [
        "noOnlinePresence",
        "notCollectedDuringOnboarding"
      ],
      "type": "string"
    }
  },
  "type": "object"
}