Adyen · Example Payload

Management Pagination Links Example

PaymentsFinancial ServicesFintech

Management Pagination Links 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

firstlastnextprevself

Example Payload

Raw ↑
{
  "first": "example_value",
  "last": "example_value",
  "next": "example_value",
  "prev": "example_value",
  "self": "example_value"
}