{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute cancelOrRefund API", "version": "6" }, "items": [ { "info": { "name": "cancelOrRefund", "type": "folder" }, "items": [ { "info": { "name": "Adyen Cancel or Refund a Payment", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/cancelOrRefund", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Cancels a payment if it has not been captured yet, or refunds it if it has already been captured. This is useful when it is not certain if the payment has been captured or not (for example, when using auto-capture).\n\nDo not use this endpoint for payments that involve:\n * [Multiple partial captures](https://docs.adyen.com/online-payments/capture).\n * [Split data](https://docs.adyen.com/marketplaces-and-platforms/processing-payments#providing-split-information) either at time of payment or capture" } ] } ], "bundled": true }