Industry related info
WhatsApp Business API Pricing Was Never About Messages. It Was Always About Session Windows
Meta starts charging for WhatsApp replies outside the free session window from October 2026, turning an invisible architecture decision into a real line item. Here is what the new pricing actually charges for, and why the fix lives in your webhook logic, not your message volume.
From October 1, 2026, Meta starts charging for WhatsApp replies that used to be free once a business sent enough of them, with South African rates reported at around R0.12 per delivered service message and closer to R0.62 for a marketing message. Most of the coverage is calling this a new WhatsApp messaging tax. I think that framing gets the story backwards.
WhatsApp Business API pricing was never really about the message. It was about a 24 hour clock. Every time a customer messages a business, a free customer service window opens. Reply inside it and the conversation costs nothing. Let it close and you need a paid template message to reopen it. That clock has run since the WhatsApp Business Platform existed. It simply cost nothing to ignore, so most businesses that built or bought a WhatsApp bot never built anything around it. From October 1, ignoring it has a price attached, and utility template messages sent inside the window stop being free too.
This follows an August 2026 change where Meta started billing AI Business Agent replies per token instead of per message, another example of the same pattern: pricing catching up to how these systems actually route conversations. WhatsApp session window pricing is now specific enough that the architecture of your integration decides your bill, not just your volume. A bot that reopens a session with a paid template every time it could have replied for free is paying for a design choice nobody consciously made.
I built the WhatsApp side of a property platform for a Cape Town real estate business, the kind of decision covered in why some SA businesses skip a dedicated app and run the whole customer journey through WhatsApp instead. Prospective tenants there never see a website at all. The entire journey, from first inquiry to booking a viewing, happens as a WhatsApp conversation, by design, not as a fallback for people who could not find the site. We built it on the WhatsApp Business API through Twilio, with a webhook layer in Express that has to know, on every incoming message, exactly where that conversation sits: is this the first reply, is it inside the 24 hour window, does it need a template to reopen it. That routing logic existed because real time lead qualification needed it, long before Meta announced this pricing. It is precisely the layer that now decides how much a WhatsApp conversation costs, and any business running a comparable bot without that kind of state tracking is about to find its real per-conversation cost the hard way, through the invoice rather than the design. A Vutivi Business report quotes a South African business voice warning the change lands harder on small and mid sized businesses than on banks and large retailers, who can absorb it as a minor line item most SMEs cannot.
If you run a WhatsApp bot and do not know whether your average reply falls inside or outside that 24 hour window, you do not currently know your real cost per conversation, and after October 1 you will find out from an invoice instead of a design document. The fix is not to use WhatsApp less. It is to build or audit the webhook and session logic so replies route through the free window whenever a conversation is genuinely still live, and template messages get reserved for when a conversation has actually gone cold. That is exactly the kind of custom software development work that pays for itself the first time a pricing change like this one lands. It is an engineering decision, not a budget line, and it was always available to make. Most businesses just never had a reason to make it until now.
Arnaud Brunel
Founder, Brunel Studios
Arnaud Brunel is the founder of Brunel Studios, a software product studio based in Cape Town. He has spent the last 8 years building digital products for founders and SMEs across South Africa and Africa, working across mobile, web and AI-native platforms.
LinkedIn ↗