Checkout
Create a Stripe checkout session for a customer using a Stripe product key, with an optional Stripe price ID override.
Documentation Index
Fetch the complete documentation index at: https://docs.priceos.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key from your PriceOS dashboard.
Path Parameters
Internal customer ID.
Body
Product key from your PriceOS dashboard. Must reference a Stripe product (not a custom product).
Optional Stripe price ID. When provided, it must be active and belong to the selected Stripe product.
Optional checkout success redirect URL.
Optional checkout cancel redirect URL.
Optional metadata to attach to the Stripe checkout session.
Optional customer info used when creating/updating the customer.
Optional Stripe Checkout Session params to merge into the request.
Response
Checkout session
Stripe checkout URL.