Adyen · Example Payload

Authentication Webhooks Purchase Info Example

PaymentsFinancial ServicesFintech

Authentication Webhooks Purchase Info Example is an example object payload from Adyen, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datemerchantNameoriginalAmount

Example Payload

Raw ↑
{
  "date": "example_value",
  "merchantName": "Example Name",
  "originalAmount": 1000
}