Paystack · Arazzo Workflow
Paystack Disable and Re-enable a Subscription
Version 1.0.0
Fetch a subscription to read its email token, disable it, then re-enable it using the same code and token.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
disable-and-reenable-subscription
Pause a subscription then resume it using its email token.
Fetches the subscription for its token, disables it, then re-enables it with the same code and token.
1
fetchSubscription
subscription_fetch
Fetch the subscription to read its status and email token.
2
disableSubscription
subscription_disable
Disable the subscription with its code and email token to stop charges.
3
reenableSubscription
subscription_enable
Re-enable the subscription with the same code and token to resume billing.