{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute technicalCancel API", "version": "6" }, "items": [ { "info": { "name": "technicalCancel", "type": "folder" }, "items": [ { "info": { "name": "Adyen Cancel an Authorisation Using Your Reference", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/technicalCancel", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint allows you to cancel a payment if you do not have the PSP reference of the original payment request available.\n\nIn your call, refer to the original payment by using the `reference` that you specified in your payment request.\n\nFor more information, see [Technical cancel](https://docs.adyen.com/online-payments/classic-integrations/modify-payments/cancel#technical-cancel). \n\n> This endpoint is part of our [classic API integration](https://docs.adyen.com/online-payments/classic-integra" } ] } ], "bundled": true }