Adyen · Example Payload

Management Configuration Example

PaymentsFinancial ServicesFintech

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

brandcountrycurrenciessources

Example Payload

Raw ↑
{
  "brand": "example_value",
  "country": [
    "US"
  ],
  "currencies": [
    "example_value"
  ],
  "sources": [
    "example_value"
  ]
}