Tier v0.6.2

Search for a command to run...

Embracing the Power of Metered Pricing In the world of subscription-based businesses, finding the ideal pricing model that maximizes revenue while keeping customers satisfied is paramount. The emergence of metered pricing has opened new doors for bus...
One lesson we've learned talking to companies on their pricing journeys (and from our own in the past) is the importance of separating the concepts of "Billing Engine" and "Pricing Engine". It's one of those things that feels obvious when you see it,...
A new Tier release is ready, and Cloud has already been updated!v0.10.0 is here and it contains many features that have been requested by you. Tier Cloud Tier Cloud is available in Alpha and is now running v0.10.0. We’ve seen many users migrating fr...
We're excited to announce the release Tier 0.9.0, which brings several new features and improvements to our API. New Features Listing Payment Methods The new, experimental, /v1/payment_methods?org=org:acme API returns all payment methods associated w...
We're happy to announce the latest version of Tier. v0.8.0 is now available, and it has several exciting updates! Tier now supports Stripe Checkout using Tier plans, enabling both licensed and metered features in Stripe Checkout. Here is the full run...
You can find Tier v0.6.2 here.
This update introduces the ability to enter prices in decimal form as well as the ability to switch between test accounts using the canonical URL for the test account.
The smallest whole unit for a price is 1 cent. Prices can now be represented in fractions of cents.
For example, the following feature in pricing.json
"feature:message": {
"tiers": [{ "upto": 10, "price": 0.1 }]
}
Will be represented in Stripe as:

A few weeks ago we introduced tier switch which brings the first sandboxes to Stripe. This is useful for everything from testing new ideas in dev to enabling Stripe Preview Deploys.
With Tier v0.6.2 you can now switch to a test account by including its URL as a parameter in tier switch.
For example:
tier switch https://dashboard.stripe.com/acct_1MCUwJIR5o5wb1n4/test
Please head over to https://tier.run/releases to check out more changes and install options. As always, brew upgrade tierrun/tap/tier works too!
If you haven't used Tier yet, these resources are a good place to get started:
Hello World! example - Step by step guide to adding Tier to your new or existing codebase
Quick Start Guide - Step by step to getting up and running with Tier.
Recipes - Example common pricing models and their corresponding Tier pricing.json representations.
CLI Reference - Documentation for the Tier command line tool.