activateSubscription
Activates a subscription by attaching a payment method and initiating the billing cycle. Transitions a PENDING subscription to ACTIVE and creates the initial payment to validate the payment method. If the subscription is already active, this can be used to update the payment method.
activateSubscription(
input: ActivateSubscriptionInput!
): Payment
Arguments
activateSubscription.input ● ActivateSubscriptionInput! non-null input
Type
Payment object
Payment returned from create/refund/capture/cancel and the send-link/receipt mutations.