Adyen · Example Payload

Management Company Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

_linksdataCentersdescriptionidnamereferencestatus

Example Payload

Raw ↑
{
  "_links": "example_value",
  "dataCenters": [
    "example_value"
  ],
  "description": "A sample description.",
  "id": "REF-500123",
  "name": "Example Name",
  "reference": "REF-500123",
  "status": "active"
}