Adyen · Example Payload

Configuration Webhooks Balance Example

PaymentsFinancial ServicesFintech

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

availablebalancecurrencypendingreserved

Example Payload

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