Adyen · Example Payload

Configuration Paginated Balance Accounts Response Example

PaymentsFinancial ServicesFintech

Configuration Paginated Balance Accounts Response 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

balanceAccountshasNexthasPrevious

Example Payload

Raw ↑
{
  "balanceAccounts": [
    "example_value"
  ],
  "hasNext": true,
  "hasPrevious": true
}