Docs
Subscriptions
Subscription & Recurring Billing
Create recurring revenue streams with our powerful subscription API. Define plans, manage auto-renewals, and handle payment failures with ease.
Manage Plans
Plans define the pricing and billing interval for your service.
POST
/plans
{
"name": "Pro Plan",
"amount": 500000, // ₦5,000
"interval": "monthly",
"currency": "NGN"
}
Tokenized Payments
When a customer pays with card, we return a reusable token for subsequent billing.
Note: Card payments and auto-renewals are currently in Private Beta. Contact support to enable recurring billing.
Smart Retries
Automatically retry failed renewals up to 3 times over 7 days.
Subscription Webhooks
Get notified on subscription.created, subscription.cancelled, and invoice.paid.
© 2026 HwebPay Docs Portal
Developer Community