{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute getCostEstimate API", "version": "6" }, "items": [ { "info": { "name": "getCostEstimate", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a Fees Cost Estimate", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/getCostEstimate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": ">This API is available only for merchants operating in Australia, the EU, and the UK.\n\nUse the Adyen Cost Estimation API to pre-calculate interchange and scheme fee costs. Knowing these costs prior actual payment authorisation gives you an opportunity to charge those costs to the cardholder, if necessary.\n\nTo retrieve this information, make the call to the `/getCostEstimate` endpoint. The response to this call contains the amount of the interchange and scheme fees charged by the network for this" } ] } ], "bundled": true }