{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute getStoresUnderAccount API", "version": "6" }, "items": [ { "info": { "name": "getStoresUnderAccount", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get the Stores of an Account", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/getStoresUnderAccount", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a list of stores associated with a company account or a merchant account, including the status of each store." } ] } ], "bundled": true }