Update Subscription

Subscription update

You can update the status of an existing subscription using the API. This allows you to manage the subscription lifecycle efficiently, such as transitioning between active, paused, or canceled states as outlined here.

Make a PATCH/pay-ins​/plans​/{planId}​/subscriptions​/{subscriptionId} request to update subscription:

{
  "status": "string"
}
NameDescription
statusAvailable statuses are: enabled, onHold, cancelled

For manual updates, use the Platform portal to manage subscription statuses via the Subscriptions table.