{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute getTerminalsUnderAccount API", "version": "6" }, "items": [ { "info": { "name": "getTerminalsUnderAccount", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get the List of Terminals", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/getTerminalsUnderAccount", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a list of payment terminals associated with a company account, merchant account, or store. The response shows whether the terminals are in the inventory, or in-store (ready for boarding or already boarded)." } ] } ], "bundled": true }