Subscription
NovyPay Subscriptions API
Overview
Step 1: Create a Subscription Plan
POST https://burntpay-u44m.onrender.com/subscription/plans/Request Body
{
"name": "Basic",
"price": "3",
"billing_interval": "daily"
}Field
Type
Description
Step 2: View All Your Subscription Plans
Step 3: Get or Edit a Specific Plan
Example
Step 4: Authorize a Subscription (User Action)
Example
How It Works
Last updated