Orb What's new in Orb logo
Back to Homepage

What's new in Orb

Subscribe to Updates

Labels

  • All Posts
  • API
  • Dashboard
  • Integrations
  • Performance
  • Subscription Management
  • Billable Metrics
  • Feature
  • Invoices
  • Customer Portal
  • Improvement
  • Tax
  • IT Administration
  • Revenue Reporting
  • Webhooks
  • Plan Configuration
  • Developer Experience
  • Pricing Models
  • Usage Data
  • Coupons
  • Credits
  • Data Exports

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Changelog byAnnounceKit

Create yours, for free!

a week ago

Flexible subscriptions – without needing to configure a plan

Orb now empowers teams to create bespoke subscriptions without needing to define a new plan via Custom Contracts. When working with enterprise customers who have unique pricing, billing terms, or usage requirements, it’s common to run into edge cases that don’t neatly fit into standardized plans.

Instead of creating a one-off plan per customer, you can now build a custom contract directly (in app and via the API) — giving you the flexibility to meet your enterprise customers’ needs without bloating your plan catalog.

Read more here on when and how to build a contract from scratch or from an existing plan template. This feature is currently available to a subset of customers.

2 weeks ago

Improved Plan Version Migration flow

We've released a redesign of the Plan Version Migration creation flow, to increase transparency and safety when running migrations. The new flow more clearly states what to expect, and you can now also review each subscription by previewing the invoices that will be created as a result of the migration. 

Previewing invoices:


Developer Experience
3 weeks ago

New Webhook: customer.balance_transaction_created

We’re excited to introduce a new webhook event: customer.balance_transaction_created. This webhook notifies your systems whenever a balance transaction is created for a customer, for example, when the balance is added via a refund credit note or deducted during invoice issuance.

To start using this webhook, configure your webhook endpoints in the Orb dashboard and ensure your systems are set up to handle the customer.balance_transaction_created event.

For more details, refer to our webhook documentation.

Developer Experience
3 weeks ago

♦️ New SDK Release: Official Ruby Support for Orb!

We’re excited to announce the launch of our officially supported Ruby SDK! You can integrate seamlessly with Orb in your Ruby projects using the orb-billing gem, available on RubyGems.org.

To get started, add this line to your Gemfile:

gem 'orb-billing', '~> 0.1.3'

Or install it directly with:

gem install orb-billing

Ruby now joins our growing SDK family alongside Python, TypeScript, Go, Java, and Kotlin, making it even easier to integrate Orb no matter your stack.

Do you have a language you’d like us to support next? Let us know - we’re all ears!

Integrations
a month ago

Sphere integration

We now integrate with Sphere for tax calculation and reporting, which comes with full support for all Orb invoices. Alongside our existing Anrok, Avalara, and TaxJar integrations, our Sphere integration enables you to run a global business, with streamlined sales tax, VAT and GST compliance.

Learn more about the integration here. To begin using Sphere, head over to Settings and click on the Integrations tab.

Data Exports
a month ago

Data exports: additional resources to power deeper revenue and finance workflows

Orb's data exports feature now supports the following new resource types:

  • Adjustments
  • Billable metrics
  • Coupons
  • Credit notes
  • Invoice metadata
  • Item
  • Price

This information can be used to power use cases like: recognizing revenue according to custom rules, contra revenue breakdown, reconciliation, and collections analysis.

For customers with data exports included in your plan, these resources will automatically be included in the list of resources exported to your data destination.

For more information about these resource types, please check out our documentation. If you'd like to learn more about the data exports product generally, including setup, please reference this introductory guide, or reach out to the Orb team.

Feature
2 months ago

Now in Beta: Orb Simulations

Over the past few months, many customers have launched GenAI features and wrestle with the same question: "How do we monetize this?" This inspired us to build something to help our customers iterate and refine their pricing strategy.

Orb Simulations lets you build scenarios for different pricing strategies and run them against historical usage data in Orb. You can visualize price changes before you make them, without any of the complicated data legwork or churn risk of live testing with customers.

Use cases:

  1. Identify optimal price points to reduce churn or customer impact
  2. Experiment with different value metrics (tokens? requests? outcomes?)
  3. Model revenue impact across different pricing models

Try Simulations now in Beta, or learn more in our docs. When made generally available, we’ll update you on pricing. For new customers, join the waitlist.

APIDashboardSubscription ManagementFeatureInvoices
2 months ago

Customer hierarchy

Orb now has support for creating hierarchical relationships between your customers to power flexible pricing, usage aggregation, and invoicing.

This capability is particularly valuable when your customers desire to aggregate usage across multiple customers on a single parent invoice while maintaining the ability to configure pricing per customer or groups of customers.

Learn more about this new powerful capability in our product documentation

IntegrationsImprovement
2 months ago

Updated integrations setup

You can now set up invoicing sync or accounting sync in a multi-step flow that includes configuration and mapping items from Orb to your external provider. This allows for quicker setup without having to navigate to separate pages.

Learn more about integration setup in Orb’s product documentation

APISubscription Management
2 months ago

Additional safety during subscription modifications

Subscription modification endpoints now support an optional boolean parameter: allow_invoice_credit_or_void.

    •    Defaults to True (maintains existing behavior).

    •    Set to False to prevent modifications that would create a credit note or void an invoice. Instead, such requests will fail with a validation error.

When to use this

Certain modifications, like canceling a subscription mid-period with an in-advance fixed fee, typically generate credit notes. If you’re confident your modifications shouldn’t create these, set allow_invoice_credit_or_void=False as a safeguard.

Equivalent to a Dry-Run

This functions similarly to sending a dry-run request and previewing changes first, which allows for more precise validation of side effects.

Supported Endpoints

 - Cancel subscription

- Add or edit price intervals

- Trigger phase

- Update price quantity