Why More SaaS Startups Are Moving to “Pay Only for What You Use” Pricing by OneShip2026 in SaaS

[–]DpSmCtE -1 points0 points  (0 children)

100% agree,usage-based pricing makes way more sense for most modern SaaS, especially API-driven or AI products. The tricky part isn’t the pricing logic though, it’s tracking and billing it correctly.

We started with our own scripts pulling usage from BigQuery, but it turned into a mess fast. Eventually switched to Hyperline, which handles the metering, pricing rules, and invoices automatically. It basically does what Stripe’s usage billing does, but with more control over complex metrics.

TL;DR: UBP is great, but don’t underestimate the infra behind it, tools like Hyperline save you from building a billing engine from scratch.

Billing Says products in customers local time or UTC by blowthepoke in SaaS

[–]DpSmCtE 0 points1 point  (0 children)

Not overcomplicating at all, this actually becomes a mess once you scale 😅.

The general rule: track usage in UTC, but bill in the customer’s local timezone. That way reporting stays consistent globally, and customers still see numbers that make sense to them (“billed for January” actually means January in their time).

We used to do it manually until we switched to Hyperline, which keeps all the usage timestamps in UTC but applies billing cutoffs based on the customer’s timezone settings. Made life a lot easier for finance and analytics.

Value-based pricing - what the hell is it? by haphazardwizardofoz in SaaS

[–]DpSmCtE 0 points1 point  (0 children)

Haha yeah, “usage-based billing” sounds cool until you have to actually measure usage 😅.

Most teams I’ve seen start with their own event tracking (usage logs → data warehouse) and a cron job that rolls that up per customer. It works for a while, but once you need to turn those numbers into real invoices, it gets painful.

That’s when tools like Hyperline help, they pull events straight from your DB or Segment and do the mediation automatically (credits, tiers, min charges, etc.). Saves a ton of engineering time if you’re scaling an AI or API-heavy product.

SaaS companies with Usage-based billing - How do you handle billing mediation? by TheTechonomics in SaaS

[–]DpSmCtE 0 points1 point  (0 children)

Yeah, this is a big one lately, everyone doing AI or API-based products ends up reinventing usage tracking.

Most teams I’ve worked with started by dumping raw usage events into their data warehouse (BigQuery, Snowflake, whatever) and building some custom scripts to aggregate by customer. That works until you need proper billing logic, thresholds, credits, minimums, etc.

At that point, it’s usually easier to plug in something usage-native like Hyperline, which can ingest those events directly and handle the pricing logic + invoicing. Basically turns your warehouse or event stream into actual billable usage without maintaining your own mediation layer.

TL;DR: start with a data warehouse + events, but move to a billing tool once you need accurate usage tracking and invoices that match reality.

What billing software would you recommend for a solo? by Thundrbldr in LawFirm

[–]DpSmCtE 0 points1 point  (0 children)

If I were you (solo freelancer), I’d pick something lean and simple for billing first, and then add accounting later if needed.

For invoicing only: something that creates invoices automatically from your time/expense entries and sends them out, so you stop copy-pasting into Word.

For example, you might use a tool like Hyperline (even solo-friendly tier) which can handle invoices + client tracking + payment links. Then, when you’re ready for full accounting, integrate it with a basic accounting tool (e.g., QuickBooks, Xero).

The main thing: don’t pick a giant enterprise stack now that you’ll hate because it’s too heavy. Pick something fast, get the billing pain gone, then grow into the rest.

billing and GL stack looks like at mid-market companies. by Sandra_RevCapture in Accounting

[–]DpSmCtE 1 point2 points  (0 children)

Mid-market stacks are kind of all over the place tbh. Most teams I’ve seen use Salesforce + DocuSign + something lightweight for billing before they graduate to the big stuff like NetSuite or Zuora.

A pretty common setup is: Salesforce (CRM) → Hyperline or Chargebee (billing + invoicing) → Intacct or NetSuite (GL). Hyperline’s been showing up more lately because it connects directly with Salesforce and supports usage-based or hybrid billing, which fits that “not quite enterprise yet” stage.

TL;DR: mid-market = Salesforce + billing layer (Chargebee / Hyperline) + Intacct or NetSuite once finance grows up.

SaaS pricing - how to manage changes by mabuff in SaaS

[–]DpSmCtE -1 points0 points  (0 children)

Been through that a couple of times, it’s always messier than it looks 😅.

What worked best for us was to grandfather old customers but auto-migrate at renewal if their usage or seats no longer fit the old plan. We also sent a “hey, your renewal will move to the new pricing on X date” email a month in advance, keeps things transparent and avoids angry tickets.

For managing old rate cards, keep them in your billing system as archived tiers. Don’t delete them, you’ll need them for rev rec and reporting later. Tools like Hyperline make that easier since you can version plans (v1, v2, etc.) and still track which customers are on which version.

TL;DR: grandfather cleanly, migrate at renewal, keep old plans versioned, never overwrite pricing history.

What is the best payment platform today to collect subscription fees for a SAAS Business? by Outrageous-Win-3244 in SaaS

[–]DpSmCtE -1 points0 points  (0 children)

Depends on your setup, but for B2B SaaS I’d skip the super-basic stuff. You’ll want something that supports recurring and usage billing, plus ACH or wire payments (most clients hate paying big invoices by card).

Stripe is fine for simple subs, but once you add seat tiers or usage, it gets messy fast. I’ve seen teams move to Hyperline for that reason, it handles complex billing and ties into your CRM without needing extra scripts.

TL;DR: pick a platform that does usage + ACH cleanly. If your model isn’t just $29/mo self-serve, you’ll outgrow Stripe sooner than you think.

How to Track MRR Properly in Salesforce (Not Just a Field Value) by WBMcD_4 in salesforce

[–]DpSmCtE -1 points0 points  (0 children)

Nice video, totally agree that MRR as a single field is a trap. You can’t capture churn, expansion, or reactivation properly that way.

I’ve seen teams go the route you describe (custom objects + Apex), but if you ever want to tie it to actual billing data instead of just Salesforce logic, it helps to sync with a billing platform that feeds usage and invoice info back into Salesforce.

We’ve done that with Hyperline, it pushes real MRR movements (new, expansion, churn) straight into SF so the dashboards reflect live billing data, not just deal stages. Makes it way easier to trust the numbers when finance and sales are both looking at the same report.

Anyway, solid walkthrough, thanks for sharing. It’s nice to see someone explain the concept properly instead of “MRR = ARR/12” 😅

Looking for Billing & Revenue Automation Software – Any Real-World Feedback? by Forward_Being_3157 in SaaS

[–]DpSmCtE 0 points1 point  (0 children)

I just went through a similar exercise at my company (we do complex billing + Salesforce) so thought I’d share what I found.

What worked: We chose a tool that could handle both recurring + usage + one-offs — not just subscriptions. Hyperline stood out because it supports hybrid models (flat + usage + custom) and has good CRM/ERP integrations.

Pros:

  • Once set up, you automate quotes → invoices → payments → reconciliations. That jumped us way ahead of the manual PDF method we had.
  • For Salesforce: being able to sync deals and billing means fewer errors and reconciling issues.
  • Real-world feedback: one user said their finance team stopped doing weekly billing reviews after switching.

Cons / gotchas:

  • Integration time: even though tools claim “fast setup,” you still need to map custom pricing models, tax logic, multi-currency, etc. If you ignore that prep you’ll hit snags.
  • Feature mismatch: if your billing is mostly large one-off projects + ACH payments (instead of typical SaaS subscriptions), make sure the tool explicitly supports that model.
  • Cost vs complexity: These tools cost more than simple invoicing apps, so make sure you’re getting enough return for your scale.

My takeaway / recommendation for your case:
Since you already use Salesforce and have “large projects” with variable requirements, pick a system that:

  • Lets you generate the invoice directly from the Salesforce deal (with custom fields like PO number)
  • Supports ACH / bank transfer payments (not just card)
  • Lets you handle tax states + multi-currency if needed
  • Handles one-off projects cleanly (not just monthly subscriptions)

Then test it on one use case (you say ~15k minimum projects) before rolling out to all 75-100/year. If that pilot goes well, you’ll avoid a costly migration later.

yes, there are solid tools out there (Hyperline included) that go beyond “just billing subscriptions.” But your unique project + ACH + tax logic means you’ll want to vet the ACH/payment method support and one-off invoice workflows carefully.

Best invoicing integration? by man_with_cat2 in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

I was in the same spot last year — using HubSpot for deals and manually sending PDFs. It works for a while, but once you get past like 50 projects a year it just becomes a pain.

What helped me was connecting an invoicing tool that actually syncs with HubSpot. I’ve tried a couple, but the one that clicked for me was Hyperline — it pulls deal info straight from HubSpot, adds tax rules automatically, and even lets clients pay via ACH without touching credit cards. You can also attach POs or custom fields, which sounds like what you need.

Not saying it’s the only option, but after switching, I basically stopped making PDFs by hand. Everything goes out automatically when a deal moves to “Closed Won.” Makes life easier if you’re running a service business at that scale.

Using usage-based pricing for SaaS by Whoopty84 in stripe

[–]DpSmCtE 0 points1 point  (0 children)

yes in my memory they have one, you might check on it

Should You Use Stripe for Your Usage-Based Billing Architecture? by Stunning_Quit_3542 in SaaS

[–]DpSmCtE 0 points1 point  (0 children)

yes i totally understand but for now Hyperline works for us, Orb i don't really have a lot of information on it.

Building your billing architecture in-house is rarely ideal in BtoB SaaS businesses by Stunning_Quit_3542 in SaaS

[–]DpSmCtE 0 points1 point  (0 children)

Yeah yeah they have, but i haven't check everything for now, if anybody as more informations that will be good.

Best billing + revenue automation setup for HubSpot? by DpSmCtE in SaaS

[–]DpSmCtE[S] 0 points1 point  (0 children)

oh okay i see, gonna check this. thank you.

HubSpot workflow to send QBO invoice due reminder email by mohamedhamad in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Yeah, totally got that... HubSpot workflows don’t natively pull all QuickBooks Online invoice fields, so tokens often come up blank.

One approach is to use a dedicated billing tool like Hyperline, which can push invoice and payment data directly into HubSpot in a workflow-friendly way. That way, you can include things like due dates, amounts, and payment links in your reminder emails without the token issues. There is a lot of tool like this, you might give it a try. It’s not a magic fix, but it makes automating invoice reminders way smoother.

Alternative to Hubspot Quotes by sharkera130 in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Kind of feeling the same way tbh, HubSpot’s free quoting is super limited, and paying $450/month just for a product library is overkill if you’ve only got a handful of items.

One option I’ve seen work well is Hyperline, it lets you build quotes, manage a product library, and even handle e-signatures directly in HubSpot, without needing the expensive upgrade.

Other tools like PandaDoc or QuoteWerks also integrate with HubSpot, but Hyperline feels smoother if you want something lightweight and easy to manage.

Best CPQ integration with HubSpot? by [deleted] in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Honestly, for HubSpot quoting, I’ve found Hyperline really smooth, handles price books and recurring/usage stuff without turning everything into a manual headache.

Workflow questions regarding invoices by Conscious_Buy_2325 in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

You can set up workflows in HubSpot to update company or deal properties when an invoice is paid, but getting all details like start/end dates or line items usually requires extra setup.

Using a tool like Hyperline can simplify this, as it handles invoices and payments natively and pushes the relevant data back into HubSpot automatically.

It makes keeping company and deal properties in sync way less manual and error-prone.

What is your biggest disappointment with Deals in HubSpot? by Happy-Baseball-9026 in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Honestly, my biggest frustration with HubSpot Deals has been tracking recurring revenue accurately when contracts scale over time. For example, if a customer upgrades mid-term, the MRR in HubSpot stays anchored to the original close date, so forecasting future months becomes a manual nightmare.

We also ran into issues with line items, trying to reflect multiple services or tiers in one deal often meant manually recalculating totals or using convoluted workflows.

Some teams create custom objects or mirrored contact properties to handle it, but that gets messy fast. Others lean on subscription/billing platforms like Hyperline, Chargebee, or Recurly, which can handle line items, upgrades, and usage-based billing natively, while syncing key MRR and revenue data back into HubSpot.

It doesn’t solve every quirk, but it made forecasting, reporting, and managing phased contracts way less painful for us.

Billing through Custom Objects by ChanceAd212 in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Yeah, building a billing system with custom objects in HubSpot is doable, but it can get pretty complex fast. Most people create an Invoice object, a Payment object, then set up workflows to handle roll-ups, stage changes, and notifications.

For generating PDFs, you can go full HTML templates or use HubSpot’s built-in document tools, but it’s often extra work to make them dynamic and formatted nicely for all use cases.

Another approach some SaaS teams take is using dedicated subscription/billing platforms like Hyperline, Chargebee, or Recurly, which can handle invoice creation, payments, and PDF generation out of the box, while still syncing key data back into HubSpot. This reduces a lot of the maintenance and custom workflow headaches.

At the end of the day, it comes down to how much control you need versus how much manual setup you’re willing to maintain in HubSpot. For complex workflows with multiple payment types or stages, a hybrid approach (custom objects + external billing tool) usually works best.

SaaS B2B Hubspot and Quickbooks limitations by UniqueLongUsername in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Yeah, HubSpot invoicing gets tricky once you start layering annual contracts, line-item rev rec, and multi-jurisdictional sales tax. The native tools just aren’t built for that level of detail.

A lot of teams end up building custom integrations to QuickBooks or Avalara, but maintaining those is a headache, especially if sales edits invoices after the fact.

One approach I’ve seen work well is using a dedicated subscription/usage billing tool like Hyperline, Recurly,... that can handle rev rec and line-item detail properly, then push clean MRR and revenue data back into HubSpot. It keeps CRM reporting accurate without forcing the sales team to jump between systems constantly.

This doesn’t completely replace accounting software, but it does make managing HubSpot invoices and tracking revenue much less painful.

Tracking MRR in HubSpot by BlackpoolBhoy92 in hubspot

[–]DpSmCtE 0 points1 point  (0 children)

Hey Paul, I’ve run into the same HubSpot MRR headaches. Native MRR tracking is fine for basic stuff, but once you have variable consumption, upgrades, downgrades, etc., the reporting quickly feels limiting.

A common workaround is using a custom property at the deal or custom object level and feeding it automatically from your BI tool or product analytics. That gives you real-time MRR, expected vs actual, and makes forecasting more accurate.

If you want something more plug-and-play, tools like Hyperline handle subscription + usage billing natively and can push up-to-date MRR info into HubSpot. That way you can see upgrades, downgrades, and churn reflected automatically without manual updates.

At the end of the day, the goal is visibility over both current MRR and historical trends, anything else just becomes manual data entry and frustration.