{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Session API", "version": "6" }, "items": [ { "info": { "name": "Session", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create a Payment Session", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentSession", "headers": [ { "name": "Idempotency-Key", "value": "37ca9c97-d1d1-4c62-89e8-706891a563ed" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Provides the data object that can be used to start the Checkout SDK. To set up the payment, pass its amount, currency, and other required parameters. We use this to optimise the payment flow and perform better risk assessment of the transaction.\n\nFor more information, refer to [How it works](https://docs.adyen.com/online-payments#howitworks)." }, { "info": { "name": "Adyen Get the Result of a Payment Session", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path", "description": "A unique identifier of the session." }, { "name": "sessionResult", "value": "", "type": "query", "description": "The `sessionResult` value from the Drop-in or Component." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the status of the payment session with the `sessionId` and `sessionResult` specified in the path." } ] } ], "bundled": true }