Adyen · Example Payload

Management Store Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

_linksaddressbusinessLineIdsdescriptionexternalReferenceIdidmerchantIdphoneNumberreferenceshopperStatementsplitConfigurationstatus

Example Payload

Raw ↑
{
  "_links": "example_value",
  "address": "example_value",
  "businessLineIds": [
    "example_value"
  ],
  "description": "A sample description.",
  "externalReferenceId": "REF-500123",
  "id": "REF-500123",
  "merchantId": "REF-500123",
  "phoneNumber": "example_value",
  "reference": "REF-500123",
  "shopperStatement": "example_value",
  "splitConfiguration": "example_value",
  "status": "active"
}