Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak language on billing page #314

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions src/content/docs/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@ title: Billing
description: How Shorebird handles Billing
---

Shorebird uses Stripe for all billing. We accept payment in any method
that Stripe accepts.
Shorebird uses Stripe for all billing. We accept payment in any method that
Stripe accepts.

Annual billing, invoice billing and other payment methods are also available to
customers purchasing over 1M patches per month, or custom enterprise plans. See
our [pricing page](https://shorebird.dev/pricing) for more information.

The Shorebird Pro plan costs $20 per month, which is billed monthly, at the
beginning of each billing cycle, starting with time of purchase.
The Shorebird Pro plan costs $20 per month, due at the beginning of each billing
cycle, starting with time of purchase.

Shorebird charges based on successful patch installs. Which are reported from
your app to Shorebird servers on successful launch of your application with
a newly installed patch.
Shorebird charges based on successful patch installs, which are reported by your
app to Shorebird servers on successful launch of your application with a newly
installed patch (you are not charged if the user never launches the patch).

The Shorebird Pro plan includes 50,000 patch installs and supports optional
overage billing for installs beyond 50,000.

See [our blog](https://shorebird.dev/blog/simplified-pricing/) for instructions
on how to enable overage billing.

Overages will appear on the next month's invoice. So for example, say that you
purchase a Pro plan, but use 100,000 patches every month.
Overages will appear on the next month's invoice. For example, if you purchase a
Pro plan (which includes 50,000 patch installs) and use 100,000 patches every
month:

- You will be billed $20 at time of purchase (Month 1)
- Month 2 and forward you will be billed for the 50,000 for the current month,
as well as the 50,000 overages from the previous month, for a total of $40.
- At the start of every month afterwards, you will be billed for the 50,000 for
the that month, as well as the 50,000 overages from the previous month, for a
total of $40.

You can view records of patch installs in [your accounts
page](https://console.shorebird.dev/account) on the Shorebird Console. These
Expand Down