Resume Subscription

How to resume a canceled/paused Stripe subscription for the logged user

POST https://mburger.cloud/api/subscriptions/resume

curl https://mburger.cloud/api/subscriptions/resume
-X POST
-H "Accept: application/json" 
-H "X-MBurger-Token: <token>" 
-H "X-MBurger-Version: 3"
-H "Authorization: Bearer <JWT>"
-d '<data>' 

Parameters

Name

Type

Required

Description

subscription

string

Yes

Subscription identifier from the Stripe dashboard.

Last updated