Adyen · Example Payload

Configuration Webhooks Verification Error Recursive Example

PaymentsFinancial ServicesFintech

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

Top-level fields

capabilitiescodemessagetyperemediatingActions

Example Payload

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