What Pay Per Minute Actually Means in a Live Chat Context
Pay per minute chat software meters a live one-on-one session between a model and a viewer and charges the viewer for the time spent. The billing is not a subscription and it is not a one-time access fee — it is a running clock that starts when the private session starts and stops when either party ends it.
The apparent simplicity hides a number of implementation decisions that matter a great deal: how is the meter started and stopped, what happens if connectivity drops mid-session, how are fractional minutes handled, and how does the billing system communicate with the streaming layer to know that the session is actually live and not just a paused connection. Each of these is an edge case that real platforms hit regularly.
The Billing Architecture Behind It
Most adult payment processors that support live cam billing — CCBill, Segpay, Epoch, NETbilling — work with a pre-authorisation model rather than charging each minute individually. The processor pre-authorises a block of time against the viewer's card at session start, typically covering a set number of minutes at the platform's rate. As the session runs, the platform software tracks elapsed time and triggers additional pre-authorisations before the existing one expires.
At session end, the platform closes out the billing against actual elapsed time, releases any unused pre-auth, and settles the final charge. The viewer's card statement shows one transaction for the session rather than a stream of per-minute charges, which reduces confusion and the chargeback rate that confusion drives.
This means the chat software needs a direct integration with the payment processor's API — not just a redirect to a hosted payment page. The session timer, the billing engine, and the video stream all need to stay synchronised. Platforms built on off-the-shelf video tools that weren't designed for this specific billing model tend to have timing bugs that either undercharge or create disputes.
Setting Your Per-Minute Rate
The rate operators set has a direct impact on both conversion and processor costs. Rates on private cam shows typically range from $1.99 to $4.99 per minute on mainstream platforms. Niche platforms with more specific audiences and higher perceived scarcity can go higher.
A few things that actually determine what rate the market will bear on your platform:
- The quality and exclusivity of your model roster. Generic platforms compete on price. Platforms with distinctive performers can hold a premium.
- The free-to-paid conversion funnel. If public shows are genuinely engaging and private sessions are clearly marketed as the premium tier, conversion at higher rates is achievable.
- Your audience's average session length. Shorter sessions at higher per-minute rates can generate more revenue than longer sessions at lower rates, but the psychology works differently — viewers who feel the clock running tend to cut sessions short.
- Platform credibility. New platforms often need to come in lower than established competitors to build initial transaction volume.
What Operators Get Wrong
The most common mistake with pay per minute billing is treating it as a feature rather than a system. Operators who buy a cam script with pay per minute listed as a checkbox feature often discover that the implementation only works under ideal conditions — fast connections, no session interruptions, no edge cases.
Real-world issues that need explicit handling in the software:
- Connection drops mid-session. Who pays for the dropped time? If the system doesn't automatically pause billing on a disconnect and resume on reconnect, viewers will dispute charges for time they didn't actually receive.
- Model-side disconnects. If a model's stream drops and the billing continues, you have a chargeback waiting to happen and a viewer who will never come back.
- Pre-auth expiry. If the next pre-auth doesn't fire before the current one expires, the session continues unmetered. Those sessions cost you money and create settlement issues.
- Rate changes mid-session. Models on some platforms can change their per-minute rate. If the billing system doesn't lock the rate at session start, you end up with disputes.
- Currency handling. If you serve non-US audiences, your billing system needs to handle currency conversion in a way that the card network and processor both agree on, or you get declines.
Pay Per Minute Alongside Other Revenue Models
Most successful cam platforms do not run on pay per minute alone. The model that generates the most revenue per user combines:
- Free public shows that build audience and drive private session conversions
- Pay per minute private shows as the primary revenue event
- Tipping in public and group shows as a lower-friction revenue layer
- Credit packs that let users pre-load funds, which tends to increase session lengths and total spend
- Subscriptions to model fan clubs or for access to recorded content
The billing software needs to handle all of these cleanly within the same session. A viewer who starts tipping in a public show and then moves to private should not have to re-enter payment details or re-authenticate. The billing system should recognise them and apply their existing payment method seamlessly.
How Miricam Handles Pay Per Minute
Miricam has had pay per minute billing in production since the platform's original deployment. The billing engine handles pre-authorisation cycles, mid-session disconnect recovery, rate locking, and multi-model payout splits automatically. It integrates with CCBill, Segpay, Epoch, NETbilling, and MobiusPay — the processors that actually work for adult cam billing.
The platform supports per-minute private shows, group shows with shared tipping, credit pack purchasing, and subscription fan clubs within the same user session. Everything runs under one login and one card on file.
The full payment processor comparison covers the rates, fee structures, and integration requirements for each processor if you are evaluating which one to use for your platform.
What to tell us when you get in touch
- What billing model you need: per-minute private shows, tipping, subscriptions, or a combination
- Which payment processor you are planning to use, or whether you need guidance on that
- Whether you are building from scratch or migrating an existing platform
- Rough estimate of model roster size and expected transaction volume