Adyen · Schema

TransferNotificationValidationFact

TransferNotificationValidationFact schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
result string The evaluation result of the validation fact.
type string The type of the validation fact.
View JSON Schema on GitHub

JSON Schema

transfer-webhooks-transfer-notification-validation-fact-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/transfer-webhooks-transfer-notification-validation-fact-schema.json",
  "title": "TransferNotificationValidationFact",
  "description": "TransferNotificationValidationFact schema from Adyen API",
  "type": "object",
  "properties": {
    "result": {
      "description": "The evaluation result of the validation fact.",
      "type": "string"
    },
    "type": {
      "description": "The type of the validation fact.",
      "type": "string"
    }
  }
}