{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute paymentSession API", "version": "6" }, "items": [ { "info": { "name": "paymentSession", "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)." } ] } ], "bundled": true }