Adyen · Example Payload

Configuration Transfer Route Request Example

PaymentsFinancial ServicesFintech

Configuration Transfer Route Request Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

balanceAccountIdbalancePlatformcategorycounterpartycountrycurrencypriorities

Example Payload

Raw ↑
{
  "balanceAccountId": "REF-500123",
  "balancePlatform": "example_value",
  "category": "bank",
  "counterparty": "example_value",
  "country": "US",
  "currency": "USD",
  "priorities": [
    "crossBorder"
  ]
}