Skip to content
CamsCue

Reference

Auto-Refill

Auto-refill is an automated account billing mechanism that recharges a user digital wallet with tokens whenever the remaining balance drops below a predetermined numerical threshold.

Threshold Edge Cases and Transaction Limits

Automated balance replenishments rely on real-time event listeners that poll wallet levels during live interactions. Edge cases commonly occur under specific account states and billing conditions:

  • Mid-session transaction throttling: Rapid tipping or high per-minute private show fees can trigger multiple replenishment requests in short succession, occasionally prompting payment gateway velocity blocks.
  • Concurrent balance depletion: When multiple concurrent deductions drop a balance well below the minimum threshold simultaneously, platforms execute a fixed package recharge rather than recalculating custom deficit amounts.
  • Payment method expiration: Expired credit cards or insufficient external funds cause the auto-refill attempt to fail silently or post an immediate platform alert, pausing active interactive sessions that require continuous token streams.
  • Daily transaction caps: User-defined or banking spending ceilings halt recurring triggers once the aggregate daily spend limit is reached, regardless of low wallet balances.

Execution Mechanics and Platform Distinction

When configured, the user specifies both a trigger floor and a replenishment package. Once the server registers a balance value at or below the trigger floor, an API call dispatches a billing request to the stored payment profile. Upon processor authorization, the purchased tokens credit to the account balance without requiring manual checkout navigation.

Auto-refill differs from a standard recurring monthly subscription. A subscription bills a fixed monetary amount on a predetermined calendar interval to maintain access privileges or member tier status. In contrast, auto-refill operates dynamically based on consumption rate, executing transactions only when real-time token depletion demands an automated wallet top up.

Related terms

Back to glossary