{ "opencollection": "1.0.0", "info": { "name": "Admin Account / Address Adyen API", "version": "v3" }, "items": [ { "info": { "name": "Adyen", "type": "folder" }, "items": [ { "info": { "name": "Create an Adyen Payment Session", "type": "http" }, "http": { "method": "POST", "url": "http://{defaultHost}/api/v2/storefront/adyen/payment_sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Adyen payment session with the specified amount. Adyen support is currently in private beta. [Please contact us](https://spreecommerce.org/contact) to get access." }, { "info": { "name": "Complete an Adyen payment session and order", "type": "http" }, "http": { "method": "POST", "url": "http://{defaultHost}/api/v2/storefront/adyen/payment_sessions/:id/complete", "body": { "type": "json", "data": "{}" } }, "docs": "Complete an Adyen payment session and order. Adyen support is currently in private beta. [Please contact us](https://spreecommerce.org/contact) to get access." }, { "info": { "name": "Get Adyen Payment Session", "type": "http" }, "http": { "method": "GET", "url": "http://{defaultHost}/api/v2/storefront/adyen/payment_sessions/:id" }, "docs": "Retrieve An Adyen payment session information. Adyen support is currently in private beta. [Please contact us](https://spreecommerce.org/contact) to get access." } ] } ], "bundled": true }