Adyen · Example Payload

Management Merchant Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

_linkscaptureDelaycompanyIddataCentersdefaultShopperInteractiondescriptionidmerchantCitynamepricingPlanprimarySettlementCurrencyreferenceshopWebAddressstatus

Example Payload

Raw ↑
{
  "_links": "example_value",
  "captureDelay": "example_value",
  "companyId": "REF-500123",
  "dataCenters": [
    "example_value"
  ],
  "defaultShopperInteraction": "example_value",
  "description": "A sample description.",
  "id": "REF-500123",
  "merchantCity": "example_value",
  "name": "Example Name",
  "pricingPlan": "example_value",
  "primarySettlementCurrency": "USD",
  "reference": "REF-500123",
  "shopWebAddress": "example_value",
  "status": "active"
}