Add Customer Subscription Plan
POST
/open/customerSubscription/create
Add Subscription Plan
This API will add promo
Name | Type | Description |
---|---|---|
api_key | string | Your API-key |
plan_name | string | Subscription plan name |
amount | number | Plan amount (number) |
plan_duration | number | Valid upto in days |
reminder_days | number | Number of days before expiry date to send reminder notification |
image_url | string | Image url of subscription |
number_of_orders | number(optional) | Valid upto order (number) optional if not given valid to unlimited no of orders |
description | string | Description of plan |
is_active | number (optional) | 1 for active 0 for in active |
auto_assign | number(optional) | 1 for assign plan to new customers for free |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33