Salable developer platform

Salable handles your Stripe webhooks, manages user entitlements, team access and gives you hybrid pricing management tools all in one platform.

Try it out

Create a checkout

Returns a Stripe-hosted checkout URL. Redirect the customer; Salable handles the subscription lifecycle.

Checkout docs
1const { data } = await salable.api.checkout.post({
2 planId: "plan_01KHN...",
3 owner: "user_123",
4 interval: "month",
5 intervalCount: 1,
6 currency: "USD",
7 successUrl: "https://myapp.com/success",
8 cancelUrl: "https://myapp.com/cancel"
9});

Pricing models

Quick start guides for all pricing models. Hybrid combines flat rate, per-seat, and usage in a single subscription.

Start building