Adyen · JSON Structure

Notification Webhooks Validation Result Structure

ValidationResult schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

ValidationResult is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

result type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notification-webhooks-validation-result-structure.json",
  "description": "ValidationResult schema from Adyen API",
  "properties": {
    "result": {
      "description": "The result of the check.\n\nPossible values:\n\n- **valid**: The validation was successful.\n\n- **invalid**: The validation failed.\n\n- **notValidated**: The validation was not performed because some services were unreachable or Adyen does not have the information needed to perform the check.\n\n- **notApplicable**: The validation is not applicable.",
      "type": "string"
    },
    "type": {
      "description": "Type of check.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "ValidationResult"
}