Adyen · Schema

TestWebhookResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array List with test results. Each test webhook we send has a list element with the result.
View JSON Schema on GitHub

JSON Schema

adyen-testwebhookresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TestWebhookResponse",
  "title": "TestWebhookResponse",
  "properties": {
    "data": {
      "description": "List with test results. Each test webhook we send has a list element with the result.",
      "items": {
        "$ref": "#/components/schemas/TestOutput"
      },
      "type": "array"
    }
  },
  "type": "object"
}