Adyen · Example Payload

Configuration Transfer Route Example

PaymentsFinancial ServicesFintech

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

Top-level fields

categorycountrycurrencypriorityrequirements

Example Payload

Raw ↑
{
  "category": "bank",
  "country": "US",
  "currency": "USD",
  "priority": "crossBorder",
  "requirements": "example_value"
}