{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Load API", "version": "6" }, "items": [ { "info": { "name": "Load", "type": "folder" }, "items": [ { "info": { "name": "Adyen Loads the Payment Method.", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/load", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Loads the payment method with the specified funds." } ] } ], "bundled": true }