{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute findTerminal API", "version": "6" }, "items": [ { "info": { "name": "findTerminal", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get the Account or Store of a Terminal", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/findTerminal", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the company account, merchant account, or store that a payment terminal is assigned to." } ] } ], "bundled": true }