{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute voidPendingRefund API", "version": "6" }, "items": [ { "info": { "name": "voidPendingRefund", "type": "folder" }, "items": [ { "info": { "name": "Adyen Cancel an In-person Refund", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/voidPendingRefund", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint allows you to cancel an unreferenced refund request before it has been completed.\n\nIn your call, you can refer to the original refund request either by using the `tenderReference`, or the `pspReference`. We recommend implementing based on the `tenderReference`, as this is generated for both offline and online transactions.\n\nFor more information, refer to [Cancel an unreferenced refund](https://docs.adyen.com/point-of-sale/refund-payment/cancel-unreferenced)." } ] } ], "bundled": true }