Create Checkout Token
Authentication
Path parameters
Request
Time-to-live (TTL) is the number of seconds the token is set to exist before being discarded.
Time-to-live (TTL) is the number of seconds the token is set to exist before being discarded.
Use the checkout token to display a confirmation page for a guest shopper.
Usage Notes * The response from performing this POST request is a checkout token. * The checkout token is a single-use token that is not order-dependent. You cannot create this token after finalizing an order. * After completing the order, you can redirect the shopper to /order-confirmation/{orderId}?t={checkoutToken}. * After token validation, the /order-confirmation/{orderId} page displays. * The ORDER_TOKEN should match the order or the logged-in customer can access the order.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.