post
https://api.fastspring.com/v2/checkouts//sessions
Creates a new order session. Accepts customer details, line items, and custom pricing. Server-to-server authentication is required to modify specific restricted fields.
The 201 response includes the session id, a ready-to-use checkoutUrls.webcheckoutUrl to redirect the buyer, calculated cart totals, and a checkoutStatus indicating whether the session is ready for checkout.
No follow-up GET requiredEverything needed to launch the buyer into checkout — including the session ID — is returned directly in this response. Use
checkoutUrls.webcheckoutUrlto redirect the buyer, or pass theidto your frontend integration.
