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

  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • 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!

APISubscription ManagementInvoices
a week ago

API Update: new mark_as_paid field added to apply subscription change API

We have introduced a new mark_as_paid field on the apply subscription changes API. This new field marks all payable invoices as finalized and paid, and works in tandem with the is_payable_now field that exists on changed resources (see: https://changelog.withorb.com/api-update-is_payable_now-field-added-to-changed_resources.created_invoices-3pIhZC).

The previously_collected_amount field is optional. If not provided, we assume the amount was correctly collected and simply mark invoices as paid without touching the customer balance.

When both mark_as_paid and previously_collected_amount are provided, we mark all payable invoices as paid and decrement customer balance by (previously_collected_amount - total amount due). This should only be used when the amount collected outside the system differs from the total amount due. Note that the total amount due includes tax calculations, while the amount shown for pending changes does not include taxes (see: https://docs.withorb.com/essentials/pending-changes for more info).

Any negative customer balance will be automatically reflected on the next invoice.

APIFeatureInvoicesCustomer Portal
a month ago

Orb Invoicing – receipts PDFs for invoice payments

Orb now automatically generates receipt PDFs when an invoice is paid. This includes payments made via auto-collection, through the invoice or customer portal, or when an issued invoice reflects a $0 balance.

Receipt PDFs are:

  • Included as attachments in the payment success email.
  • Downloadable from the invoice portal, customer portal, and the invoice page in the Orb dashboard.
  • Accessible via the API on the invoice resource, with a download link available for each successful payment attempt.



Invoices
a month ago

🧾 Orb Invoicing: richer invoice CSV downloads

We've added additional columns to the Invoice CSV and Invoice line item CSV downloads from Orb, including:

  • Credit note details
  • Prepaid credit application amounts
  • Pricing currency
  • Gross and net line item amounts
  • Net invoice amounts

Simplify invoice reporting — reconcile AR and credit notes, track adjustments and prepaid credits all in one place.

⚠️ Action required: If you rely on these CSV downloads for any downstream reporting or integrations, please review and update any dependent queries, scripts, or analyses. The new fields and formatting may affect existing workflows.

Look for it in your Invoices tab, or learn more in our docs.


Invoices
a month ago

🧾 Orb Invoicing: automatically roll over small invoice amounts

You can now configure Orb to automatically roll over invoice amounts that are too small to charge.

Charges below Stripe's minimum transaction limit will be automatically deducted from the customer's balance and used to pay the invoice. Customers won't receive emails for these small invoices, and the negative balance will automatically roll forward onto future invoices issued.

Try it out now, or learn more about invoice collections in our docs.

Invoices
a month ago

🧾 Orb Invoicing: custom invoice due dates and advanced calculation controls

You can now provide a custom invoice due date for tighter collections control in Orb, most notably in the case of backdated billing actions.

Additionally, control how invoice due date is calculated in Orb by default for more accurate reporting. Find this setting in the Invoices tab of your account settings. 

Try it out now, or learn more about invoice collections in our docs.

IntegrationsInvoices
4 months ago

Support for Apple Pay, Amazon Pay, and Google Pay

Orb now supports Apple Pay, Google Pay, and Amazon Pay for both automatic payment collection as well as manual invoice payment in the invoice and customer portals.

To enable these methods, head to your Stripe Dashboard → Payments → Payment Methods. In the configuration labeled “Default — Orb Configuration”, simply toggle on the payment methods you’d like to offer.

These options will now appear automatically during checkout and can be saved for future use — no additional setup required.


APIDashboardSubscription ManagementFeatureInvoices
7 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

InvoicesPricing ModelsCredits
10 months ago

In-arrears fixed fees on the credit ledger

In-arrears fixed fees can now be denominated in virtual currencies (custom credits). These fees will automatically deduct from customers' prepaid credit balances, similar to usage-based fees.

This enhancement enables new pricing scenarios — for example, you can now set enterprise support fees in credits that draw from the customer's prepaid enterprise commitment rather than triggering a separate charge.

APIInvoices
11 months ago

Create credit note API endpoint

We have launched a new API endpoint for creating credit notes, enabling you to issue credit notes for specific line items on an invoice. This feature allows for programmatic issuance of credit notes, supporting bulk actions for multiple customers and enhancing customer experience by providing faster processing for refunds or adjustments.


For detailed information on how to credit an invoice, refer to the credit notes section in our documentation.

InvoicesImprovement
a year ago

Sending invoice emails in Orb from your own domain

Orb Invoicing now supports the ability to send invoice emails from your own domain. This allows you to fully control the domain and sender of all invoice emails, helping to build confidence when sending invoices to your customers. Learn more here.

For customers with custom email domain support included in your plan, please reach out to your support representative to configure the feature.