Update Subscription
PATCH https://api.razorpay.com/v1/subscriptions/{sub_id}
You can update a specific subscription created by you using the Update a Subscription API.
Request Body
{"plan_id"=>"{plan_id}", "quantity"=>3, "remaining_count"=>6, "schedule_change_at"=>"now", "customer_notify"=>1, "offer_id"=>"{offer_id}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |