Adyen · Example Payload

Configuration Capital Balance Example

PaymentsFinancial ServicesFintech

Configuration Capital 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

currencyfeeprincipaltotal

Example Payload

Raw ↑
{
  "currency": "USD",
  "fee": 50,
  "principal": 50,
  "total": 50
}