--- title: Clerk billing description: Clerk billing is a feature that allows you to create and manage plans and features for your application. lastUpdated: 2025-08-29T16:54:13.000Z --- > \[!WARNING] > > This feature is currently in Beta. The low-level JavaScript APIs exposed via `Clerk.billing` are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend [pinning](https://docs.renovatebot.com/dependency-pinning/#what-is-dependency-pinning) your SDK and `clerk-js` package versions. Clerk billing allows your customers to purchase recurring subscriptions to your application. To get started, **choose one or combine both of the following** business models depending on your application's needs. * [Billing for B2C SaaS](/docs/billing/b2c-saas) * To charge individual users *** * [Billing for B2B SaaS](/docs/billing/b2b-saas) * To charge companies or organizations *** * [Events and webhooks](/docs/billing/events-webhooks) * To track subscription lifecycles and monitor payment attempts *** * [Build a simple checkout page](/docs/custom-flows/checkout-new-payment-method) * To charge users with a new payment method ## Frequently asked questions (FAQ) ### Can I use an existing Stripe account with Clerk billing? Unfortunately, there is no way to use an existing business entity with Clerk billing. ### Can I see subscriptions in my Stripe account? Clerk billing does not use Stripe products, prices, subscriptions, etc. Clerk manages plans and subscriptions/subscription items, and only uses Stripe for payment processing. You will still be able to see customer information, as well as payment information in your Stripe account. ### Is Clerk a Merchant of Record (MoR) for transactions? No, Clerk does not provide this service. ### Are payment methods from all countries supported? Unfortunately, credit cards from India are not supported at this time due to [limitations](https://docs.stripe.com/india-recurring-payments) when using Stripe as the payment processor. Support for additional payment processors may be added in the future. ### Does Clerk Billing support non-USD currencies? No, only USD is supported currently.