The holy grail of Web3 billing. Accept true recurring payments via smart contract allowances. Build reliable monthly recurring revenue (MRR) without risking card chargebacks or dealing with expired credit cards.
Active Subscribers
Monthly Revenue
Pro Plan (Monthly)
0x71C...3A9B • 10 mins ago
+$20.00 (USDT)
Auto-Billed
Enterprise (Yearly)
0x9B2...A14C • 2 hrs ago
+$1,500.00 (USDC)
Auto-Billed
Next billing cycle...
If you run a subscription business, you know the drill: 10-15% of your monthly recurring revenue (MRR) vanishes due to involuntary churn. Credit cards expire, banks block transactions due to "suspicious activity", and customers initiate fraudulent chargebacks months after consuming your service.
Historically, crypto couldn't solve this because it required manual push payments every month. Not anymore. With our smart-contract based allowances, customers authorize you to pull funds securely, mimicking the credit card experience but entirely on the blockchain.
"We lost $12k a month to failed card renewals. We switched our premium tier to AlbaPay crypto subscriptions and our involuntary churn dropped to absolute zero. Crypto wallets don't expire."
— Founder, SecureVPN Services
True automated billing powered by Web3 wallet allowances.
Create a billing plan in your dashboard (e.g., $20/month). You can specify trials, setup fees, and exactly which stablecoins (USDT/USDC/DAI) you accept.
The user clicks subscribe and their Web3 wallet (MetaMask, Phantom) pops up, asking them to mathematically sign an "allowance" for your smart contract.
Every month on the billing date, our backend automatically executes a pull transaction against their wallet, debiting the required stablecoins instantly.
Once the pull succeeds, we fire a cryptographic webhook to your server so you can extend their subscription in your database seamlessly.
Manage your crypto subscribers precisely like you manage your Stripe subscribers.
Charge daily, weekly, monthly, or annually. Configure free trials (e.g., 14 days free, then $20/mo) and one-time setup fees directly in the plan builder.
If a user's wallet is out of funds during the billing cycle, our system enters a "dunning" state, retrying the transaction daily for a set period before canceling.
Provide your users with an embedded customer portal where they can view their billing history, update their authorized wallet, or cancel their subscription securely.
Software products catering to crypto audiences (e.g., node providers, analytics tools) use smart subscriptions so their highly-private users don't have to input credit cards.
High-risk merchant categories often face 10%+ rolling reserves and constant account bans from Stripe/PayPal. Crypto subscriptions provide censorship-resistant MRR.
Use our Drop-in widget to instantly render the Web3 subscribe button without writing complex ethers.js contract code.
<!-- 1. Include the Subscription library --> <script src="https://cdn.AlbaPay.com/v1/subscribe.js"></script> <!-- 2. Setup a container for the button --> <div id="crypto-subscribe-container"></div> <script> // 3. Initialize the subscription flow AlbaPaySubscribe.mount({ target: '#crypto-subscribe-container', plan_id: 'plan_7x89j12k', // Your $20/mo Pro Plan subscriber_email: 'user@example.com', onSuccess: function(subscription) { console.log('Successfully subscribed!', subscription.id); window.location.href = '/dashboard/welcome'; }, onError: function(error) { alert('Wallet connection failed: ' + error.message); } }); </script>
| Feature | Smart Subscriptions | Manual Crypto Invoices (Monthly) |
|---|---|---|
| User Action Required | None (Auto-debits) | Must log in & pay every month |
| Involuntary Churn | Lowest | Very High (Users forget) |
| Stablecoin Support | USDT, USDC, DAI | USDT, USDC, DAI |
| Bitcoin Support | No (Requires Smart Contracts) | Yes |
No. True automated "pull" payments require smart-contract logic which the base Bitcoin network does not support. Therefore, our automated subscriptions operate exclusively using stablecoins (USDT, USDC) on EVM-compatible chains like Ethereum, Polygon, and Arbitrum.
Users can cancel their subscription at any time using the Customer Portal link we provide, or directly by revoking the token allowance via their own wallet (e.g., through Etherscan or Revoke.cash), giving them ultimate trustless control.
Create your first billing plan and start accepting automated crypto subscriptions today.