Adyen · Example Payload

Notification Webhooks Balance Example

PaymentsFinancial ServicesFintech

Notification Webhooks Balance 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

availablebalancecurrencyreserved

Example Payload

Raw ↑
{
  "available": 50,
  "balance": 50,
  "currency": "USD",
  "reserved": 50
}