Adyen · Example Payload

Configuration Paginated Payment Instruments Response Example

PaymentsFinancial ServicesFintech

Configuration Paginated Payment Instruments 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

hasNexthasPreviouspaymentInstruments

Example Payload

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