Get Started
OpenMeter Billing is currently in Beta.
Implementing and maintaining pricing and packaging can be frustrating and time-consuming for developers. OpenMeter is designed to help you define plans and provision custom deals on the dashboard and onboard customers using the API or the UI quickly.
Getting Started
To get started with OpenMeter billing, follow these steps:
Onboard a Customer
You can onboard customers using the API or the dashboard. We recommend onboarding customers using the API when they register to your application.
You can read more about how to attribute usage to customers in the subject assignment.
Free Plan
Many applications offer a free tier to their customers. As free plans don't require payment method, you can start a subscription for the customer directly by following the steps below:
Create a Customer
Start a Subscription
All Set! 🎉
OpenMeter will provision all the entitlements to the customer based on the plan you assigned.
OpenMeter doesn't allow to create a paid subscription without a payment method.
Checkout the next section to start paid subscriptions with Stripe.
Paid Plan With Stripe
If you plan to use Stripe to collect payments from your customers, you can use our simplified Stripe Simplied Checkout Experience.
Make sure you create a plan and install the Stripe App before you proceed.
Create a Stripe Checkout Session
This will return a URL to the Stripe checkout form to collect credit card details.
Start a Subscription
After the customer completes the checkout, Stripe redirects the customer to the success URL. On the success URL, you can create a subscription for the customer using the OpenMeter API.
All Set! 🎉
OpenMeter will provision all the entitlements and prices for the customer based on plan you assigned. Invoices will be generated and synchronized to Stripe based on the usage events sent to OpenMeter.
In OpenMeter, you can install multiple Stripe apps with different Stripe accounts. This allows you to use different Stripe accounts and businesses for different customers.