Enable Subscription

Activate a customer's subscription account with a specific subscription_id, so that the customer can start paying for the subscription immediately. Successful request returns status_message indicating that the subscription details are updated.




Enable Subscription Method

HTTP MethodEndpointDescription
POSTBASE_URL/v1/subscriptions/{subscription_id}/enableEnable subscription



Enable Subscription Response

{
  "status_message": "Subscription is updated."
}
{
  "status_message": "Subscription doesn't exist."
}
{
  "status_message": "Sorry, Our system is recovering from unexpected issues. Please retry."
}
JSON AttributeDescriptionType
status_messageStatus message describing the result of the API request.String
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!