{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute assignTerminals API", "version": "6" }, "items": [ { "info": { "name": "assignTerminals", "type": "folder" }, "items": [ { "info": { "name": "Adyen Assign Terminals", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/assignTerminals", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Assigns one or more payment terminals to a merchant account or a store. You can also use this endpoint to reassign terminals between merchant accounts or stores, and to unassign a terminal and return it to company inventory." } ] } ], "bundled": true }