{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute confirmThirdParty API", "version": "6" }, "items": [ { "info": { "name": "confirmThirdParty", "type": "folder" }, "items": [ { "info": { "name": "Adyen Confirm a Payout", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/confirmThirdParty", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Confirms a previously submitted payout.\n\nTo cancel a payout, use the `/declineThirdParty` endpoint." } ] } ], "bundled": true }