Adyen · Example Payload

Configuration Webhooks Balance Account Example

A sample description.

PaymentsFinancial ServicesFintech

Configuration Webhooks Balance Account Example is an example object payload from Adyen, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountHolderIdbalancesdefaultCurrencyCodedescriptionidmetadatamigratedAccountCodepaymentInstrumentsplatformPaymentConfigurationreferencestatustimeZone

Example Payload

Raw ↑
{
  "accountHolderId": "REF-500123",
  "balances": [
    "example_value"
  ],
  "defaultCurrencyCode": "USD",
  "description": "A sample description.",
  "id": "REF-500123",
  "metadata": {},
  "migratedAccountCode": "CODE123",
  "paymentInstruments": [
    "example_value"
  ],
  "platformPaymentConfiguration": "example_value",
  "reference": "REF-500123",
  "status": "Active",
  "timeZone": "example_value"
}