Stay in control of every charge.
Fund a small balance, set a daily limit, and see the exact cost of each bypass in your activity history.
- ✓ No subscription commitment
- ✓ Configurable daily spending limit
- ✓ Session and transaction history
Cashcha gives verified people a clear, pay-per-use path through repetitive CAPTCHA and ad gates—while participating websites keep 85% of each micropayment.
Private MVP · No subscription required · You set the limit
Cashcha makes the cost and outcome visible before a participating site accepts a bypass.
Sign in with a secure browser session. API clients can use Bearer authentication.
The website sets its minimum. Your balance and daily limit are checked before any charge.
A one-time bypass is recorded and the website receives 85% of the micropayment.
Fund a small balance, set a daily limit, and see the exact cost of each bypass in your activity history.
Keep your existing challenge or ad fallback while giving Cashcha users a transparent alternative.
Add the SDK to a protected surface, set your pricing, and preserve your existing CAPTCHA or advertising provider for everyone else.
The MVP public SDK is fallback-only on third-party origins. Authenticated charging remains disabled until short-lived, origin-bound capabilities are implemented.
<!-- Use the shortcode created in the company dashboard -->
<div id="cashcha-YOUR_SHORTCODE"></div>
<script src="https://cashcha.com/sdk/v1/cashcha.js"></script>
<script>
Cashcha.render('cashcha-YOUR_SHORTCODE');
</script>The MVP applies the same controls to every transaction path, whether it begins in a browser or through an API client.
HTTP-only browser cookies, Bearer authentication for API clients, and global session invalidation.
Balances and transactions are stored as integer micro-dollars, avoiding floating-point drift.
Application code runs on Workers with D1 persistence, KV state, and encrypted runtime secrets.
Try the user flow, or evaluate Cashcha for your website.