Adyen · Example Payload

Pos Terminal Store Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

addressdescriptioninStoreTerminalsmerchantAccountCodestatusstore

Example Payload

Raw ↑
{
  "address": "example_value",
  "description": "A sample description.",
  "inStoreTerminals": [
    "example_value"
  ],
  "merchantAccountCode": "CODE123",
  "status": "active",
  "store": "example_value"
}