Skip to main content
POST
Create a checkout session for a new customer (guest checkout). No authentication required. Returns a URL to redirect the customer to complete their purchase.
string
required
Your organization’s slug identifier.
string
required
The plan ID the customer is subscribing to.
string
URL to redirect the customer after successful checkout.
string
URL to redirect the customer if they cancel checkout.
string
Pre-fill the customer’s email address.
object
Optional metadata to attach to the subscription.
string
Unique identifier for the checkout session.
string
Session token for the checkout.
string
URL to redirect the customer to complete checkout.
This endpoint does not require authentication and is designed for public-facing checkout flows. The checkout page is hosted by Alguna and handles payment collection, account creation, and subscription activation.