Adyen · Example Payload

Notification Webhooks Verification Error Recursive Example

PaymentsFinancial ServicesFintech

Notification Webhooks Verification Error Recursive Example is an example object payload from Adyen, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codemessagetyperemediatingActions

Example Payload

Raw ↑
{
  "code": "CODE123",
  "message": "example_value",
  "type": "dataMissing",
  "remediatingActions": [
    "example_value"
  ]
}