{ "opencollection": "1.0.0", "info": { "name": "Clover Ecommerce CHARGES CHECKOUT API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.clover.com/oauth/authorize", "accessTokenUrl": "https://api.clover.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CHECKOUT", "type": "folder" }, "items": [ { "info": { "name": "Clover Create Checkout", "type": "http" }, "http": { "method": "POST", "url": "https://scl.clover.com/invoicingcheckoutservice/v1/checkouts", "headers": [ { "name": "X-Clover-Merchant-Id", "value": "9ABCDEF1234567" } ] }, "docs": "> **Note:** To use this endpoint, please select the **API Sandbox server** (`https://apisandbox.dev.clover.com`) from the Base URL dropdown in the right panel.\n\nCreates a hosted checkout payment object to connect an application. Use this endpoint to request a new checkout session for a customer transaction. For more information, see [Create a Hosted Checkout session request](https://docs.clover.com/dev/docs/creating-a-hosted-checkout-session)." } ] } ], "bundled": true }