Adyen · JSON Structure

Pos Terminal Get Stores Under Account Response Structure

GetStoresUnderAccountResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

GetStoresUnderAccountResponse is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

stores

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/pos-terminal-get-stores-under-account-response-structure.json",
  "description": "GetStoresUnderAccountResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "stores": {
      "description": "Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.",
      "items": {
        "$ref": "#/components/schemas/Store"
      },
      "type": "array"
    }
  },
  "name": "GetStoresUnderAccountResponse"
}