# Subscription pricing plans

A new way to pay for Stripe Billing and Stripe Tax.

Stripe customers can pay for Stripe [Billing](https://stripe.com/billing/pricing) and [Tax](https://stripe.com/tax/pricing) with a subscription-based plan. Subscription-based plans allow you to choose how you pay for these products: pay as you go for more flexibility, or choose a subscription plan for more predictable monthly costs. You can sign up for a subscription-based plan from the [Your plans](https://dashboard.stripe.com/settings/plans) page in the Stripe Dashboard.
![Shows the two options to pay for the products](https://b.stripecdn.com/docs-statics-srv/assets/pricing-table.eafa7d8dfc064306931fe137b2f458be.png)

## How Stripe subscription plans work

Subscription-based plans provide more predictable monthly costs as well as potential discounts versus pay-as-you-go plans. To sign up for a subscription plan:

1. Select the monthly product usage entitlement that’s appropriate for your business.
2. Sign up for an annual contract that’s paid monthly.
3. At the start of each subscription month, pay a subscription fee that covers your selected product entitlement. If applicable, at the end of each month, pay an overage fee for any product usage beyond your selected amount. Fees are automatically deducted from your Stripe balance.

## Plan availability by country

We currently support subscription-based plans in most countries. The countries that we don’t yet support are Brazil, Gibraltar, Hungary, India, Indonesia, Italy, Japan, Liechtenstein, Malaysia, Mexico, Philippines, Singapore, Thailand, and the Quebec province of Canada. If you’re interested in subscription-based plans in a country where plans aren’t yet available, use the corresponding form below to be notified when they become available in your region.

## Pricing plans for Stripe Billing

For Stripe Billing, select a plan based on your monthly Billing volume entitlement.

### Get notified about updates to the Stripe Billing subscription plan

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/billing/subscription-pricing" \
  -d '{"email": "EMAIL", "preview": "billing_subscription_pricing_preview"}'
```

## Pricing plans for Stripe Tax

For Stripe Tax, select a plan based on your monthly transaction entitlement.

### Get notified about updates to the Stripe Tax subscription plan

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/billing/subscription-pricing" \
  -d '{"email": "EMAIL", "preview": "tax_subscription_pricing_preview"}'
```
