Adyen · Schema

GetStoresUnderAccountResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
stores array Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.
View JSON Schema on GitHub

JSON Schema

adyen-getstoresunderaccountresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetStoresUnderAccountResponse",
  "title": "GetStoresUnderAccountResponse",
  "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"
    }
  },
  "type": "object"
}