For the complete documentation index, see llms.txt. This page is also available as Markdown.

activateSubscription

Activates an inactive subscription.

Arguments

Argument
Description

Parameters for ActivateSubscription

ActivateSubscriptionInput Arguments

Argument
Description

id (ID!)

ID of the inactive subscription to activate.

recalculateNextBillingDate (Boolean)

Recalculate the subscribed plan next billing date from the activation date (instead of previously provided date or calculated from the subscription's signup date).

Return fields

errors ([ModelValidationError!]!)

subscription (Subscription)

Last updated

Was this helpful?