{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Routes API", "version": "6" }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "Adyen Calculate Transfer Routes", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/transferRoutes/calculate", "body": { "type": "json", "data": "{}" } }, "docs": "Returns available transfer routes based on a combination of transfer `country`, `currency`, `counterparty`, and `priorities`. Use this endpoint to find optimal transfer priorities and associated requirements before you [make a transfer](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers)." } ] } ], "bundled": true }