{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Captures API", "version": "6" }, "items": [ { "info": { "name": "Captures", "type": "folder" }, "items": [ { "info": { "name": "Adyen Capture an Authorised Payment", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/payments/:paymentPspReference/captures", "headers": [ { "name": "Idempotency-Key", "value": "37ca9c97-d1d1-4c62-89e8-706891a563ed" } ], "params": [ { "name": "paymentPspReference", "value": "", "type": "path", "description": "The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment that you want to capture." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": " Captures an authorised payment and returns a unique reference for this request. You get the outcome of the request asynchronously, in a [**CAPTURE** webhook](https://docs.adyen.com/online-payments/capture#capture-notification).\n\nYou can capture either the full authorised amount or a part of the authorised amount. By default, any unclaimed amount after a partial capture gets cancelled. This does not apply if you enabled multiple partial captures on your account and the payment method supports mu" } ] } ], "bundled": true }