1. Configure your Model
Pricing in Unprice is decoupled from your code. You define your model in the dashboard first.- Create a Plan: Give it a name like “Pro” and a slug like
pro. - Create a Plan Version: Plans are versioned so you can safely iterate.
- Add Features: Define what you are selling (e.g., “API Requests”) and choose a pricing type (Flat, Tiered, or Usage-based).
- Publish: Once published, your version is ready to accept subscriptions.
2. Install & Initialize
Install our type-safe SDK and initialize it with your Project API Key.3. Verify Access (Entitlements)
Before performing an action, check if the customer has access and if they have enough balance for the specific operation.4. Subscribe a Customer
Subscribe a customer to your latest plan version in a single call. Unprice handles the checkout redirect and provider linking.Next Steps
Feature Types
Deep dive into Flat, Tiered, Usage, and Package models.
Usage Metering
Learn how aggregation and reset cycles work.

