{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Results API", "version": "6" }, "items": [ { "info": { "name": "Results", "type": "folder" }, "items": [ { "info": { "name": "Adyen Verify a Payment Result", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/payments/result", "headers": [ { "name": "Idempotency-Key", "value": "37ca9c97-d1d1-4c62-89e8-706891a563ed" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Verifies the payment result using the payload returned from the Checkout SDK.\n\nFor more information, refer to [How it works](https://docs.adyen.com/online-payments#howitworks)." } ] } ], "bundled": true }