Subscription Stop and Resume
Fire this API to allow subscription to stop and resume.
For Stop the subscription
Stop subscription of the stripe
api/stripeupdate
GET
https://yourdomain.com/api/stripeupdate
This endpoint allows you to stop the subscription.
Path Parameters
id*
string
subscription ID / payment ID / transaction ID
value*
integer
0
Query Parameters
secret*
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization
string
Bearer { bearer_token without bracket }
Accept
string
application/json
Stop subscription of paypal
api/paypalupdate
GET
https://yourdomain.com/api/paypalupdate
This endpoint allows you to stop the subscription except stripe.
Path Parameters
id*
string
subscription ID / payment ID / transaction ID
value*
integer
0
Query Parameters
secret*
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization
string
Bearer { bearer_token without bracket }
Accept
string
application/json
For Resume the Subscription
Resume subscription of the stripe
api/stripeupdate
GET
https://yourdomain.com/api/stripeupdate
This endpoint allows you to resume the subscription.
Path Parameters
id*
string
subscription ID / payment ID / transaction ID
value*
string
1
Query Parameters
secret*
string
Client secret key will goes here which you get from admin panel.
Headers
Authorization
string
Bearer { bearer_token without bracket }
Accept
string
application/json
Last updated