{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Capture API", "version": "6" }, "items": [ { "info": { "name": "Capture", "type": "folder" }, "items": [ { "info": { "name": "Adyen Capture an Authorisation", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/capture", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Captures the authorisation hold on a payment, returning a unique reference for this request. Usually the full authorisation amount is captured, however it's also possible to capture a smaller amount, which results in cancelling the remaining authorisation balance.\n\nPayment methods that are captured automatically after authorisation don't need to be captured. However, submitting a capture request on these transactions will not result in double charges. If immediate or delayed auto-capture is enab" } ] } ], "bundled": true }