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

  • November 2025
  • October 2025
  • 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!

APIDashboardTax
today

Customer-level automatic tax settings

You can now control automatic tax calculations at the customer level, giving you granular control over which customers have taxes automatically calculated on their invoices.

Customer-Level Tax Calculate Overrides

Previously, automatic tax calculation was configured at the account level and applied to all customers. With this update, you can now override the account-level setting for individual customers, providing more flexibility for complex billing scenarios.

The new automatic_tax_enabled setting on customers works as follows:

  • true: Always calculate taxes automatically for this customer (regardless of account setting)
  • false: Never calculate taxes automatically for this customer (regardless of account setting)
  • null: Inherit the account-level automatic tax setting (default behavior)

Configuration Options

You can configure customer-level automatic tax settings through:

  • Customer API: Use the automatic_tax_enabled field when creating or updating customers
  • Orb Dashboard: Navigate to the customer's billing details section to modify their tax settings
  • Bulk Operations: Update multiple customers programmatically via the API

When a customer has a specific tax setting configured, you'll see an "Override" label in the dashboard. When inheriting from the account setting, it will show "Account setting".

Use Cases

Gradual tax rollout: Enable automatic tax calculation for select customers during testing phases before rolling out to your entire customer base.

External tax use cases: When tax is handled in a separate system, this setting can ensure tax is skipped in Orb and not double taxing your customer.

The customer-level setting takes precedence over the account-level setting, ensuring you have complete control over tax calculation behavior for each customer relationship.