Adyen · Example Payload

Transfer Webhooks Balance Mutation Example

PaymentsFinancial ServicesFintech

Transfer Webhooks Balance Mutation 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

balancecurrencyreceivedreserved

Example Payload

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