Adyen · Example Payload

Management Payment Method Response Example

PaymentsFinancial ServicesFintech

Management Payment Method Response 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

_linksdataitemsTotalpagesTotaltypesWithErrors

Example Payload

Raw ↑
{
  "_links": "example_value",
  "data": [
    "example_value"
  ],
  "itemsTotal": 50,
  "pagesTotal": 50,
  "typesWithErrors": [
    "afterpaytouch"
  ]
}