The subscription payment gateway
Give your product a USDC billing layer. Accept payments, automate subscriptions, and manage your customers, all on-chain, all in USDC.
why
Strimz?
Everything a business needs to run subscription billing on-chain, from setup to renewals, webhooks to real-time tracking.
Save time
Automate subscription billing for your users. No manual invoicing, no missed renewals, no chasing failed payments.
Stay organized
Track every subscriber, payment, and webhook event from one merchant dashboard with real-time insights and full history.
Be in control
Define pricing plans, pause subscriptions, issue refunds, and manage your entire billing operation on your own terms.
Stay secure
Built on Arc blockchain with native USDC, your payments are final in under a second, encrypted, and tamper-proof by design.
How it works
From install to first live payment. Here's the full flow for merchants and developers building with Strimz.
Subscription billing
for your product
Define your pricing plans, set the billing interval, and let Strimz handle every renewal. Your subscribers pay in USDC, on-chain, on time, every time.
Integrate in minutes,
not weeks
Strimz is built for developers. A clean SDK, a hosted checkout that requires zero frontend work, and webhooks that keep your backend in sync in real time.
- Install via npm in seconds
- Test and live API key modes
- Hosted checkout, no frontend required
- Webhooks for every transaction event
- Full merchant dashboard included
// 1. Install
npm install @strimz/sdk
// 2. Initialize
import { StrimzClient } from '@strimz/sdk'
const strimz = new StrimzClient({
apiKey: 'sk_live_••••••••'
})
// 3. Create a subscription
const session = await strimz.subscriptions.create({
amount: 4900, // $49.00
interval: 'monthly',
customerWallet: '0x...'
})
// → Hosted checkout URL returned
// → Webhooks fire on every charge
Built for the future
of on-chain payments
Strimz runs on Arc, Circle's institutional-grade blockchain purpose-built for USDC commerce.
Every subscription payment is fast, final, and secure.
