Subscriptions
Subscriptions allow you to charge customers stablecoins on a recurring basis. Create subscription plans with flexible billing intervals and let the system automatically collect payments from authorized wallets.
How It Works
- Create a subscription - Define the amount, currency, and billing interval
- Customer authorizes - Customer connects their wallet, completes the initial payment, and authorizes future charges
- Automatic billing - The system automatically initiates stablecoin transfers at each billing interval
- Receive notifications - Get webhook events for successful payments, failures, and cancellations
🔄
Subscriptions support various billing intervals including weekly, monthly, and yearly cycles.
Subscription Statuses
| Status | Description |
|---|---|
active | Subscription is active and will renew automatically |
paused | Subscription is temporarily paused |
past_due | Payment failed, subscription at risk of cancellation |
cancelled | Subscription has been cancelled |
Billing Intervals
| Interval | Description |
|---|---|
weekly | Charge every 7 days |
monthly | Charge every month |
yearly | Charge every year |
Use Cases
- SaaS products: Monthly or yearly software subscriptions paid in stablecoins
- Memberships: Recurring access to premium content or services
- Service retainers: Regular consulting or service fees
Available Endpoints
- Create Subscription - Create a new subscription
- Get Subscription - Retrieve subscription details
- List Subscriptions - List all subscriptions
- Cancel Subscription - Cancel an active subscription
