Payments
Create checkout session
Stripe-style alias for POST /dev/v1/payments. Accepts amount, success_url, cancel_url, customer_email, and a single product descriptor; returns a session shape with id, url, and status. Internally delegates to the payments endpoint, so PSP orchestration, idempotency, scopes, and webhook behavior are identical. For multi-item checkouts, build the cart on your side and call this endpoint with the aggregated amount.
POST
Create checkout session
Documentation Index
Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your Shoppex API key in the Authorization header.
Body
Required range:
x >= 0.01Required string length:
3Required range:
x >= 1Response
Successful response
Create checkout session