Adyen · Schema

TransferNotificationValidationFact

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

adyen-transfernotificationvalidationfact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransferNotificationValidationFact",
  "title": "TransferNotificationValidationFact",
  "properties": {
    "result": {
      "description": "The evaluation result of the validation fact.",
      "type": "string"
    },
    "type": {
      "description": "The type of the validation fact.",
      "type": "string"
    }
  }
}