Stripe Subscriptions - Upgrade/Downgrade
Status: Closed · Asked by v1ktor on · 0 views
Pabbly Connect has a trigger event for Stripe, "New Subscription." Is this triggered when a customer upgrades or downgrades? Or is this triggered on the initial subscription creation only?
I want to update data in ActiveCampaign when a customer upgrades/downgrades, so I'm curious if it's possible. Thanks.
I think Stripe event is customer.subscription.updated.
Hi @v1ktor,
Pabbly Connect has a trigger event for Stripe, "New Subscription." Is this triggered when a customer upgrades or downgrades? Or is this triggered on the initial subscription creation only?
"Stripe: New Subscription" is triggered only on the creation of a new subscription.
I think Stripe event is customer.subscription.updated.
Currently, we don't have a specific trigger for 'Subscription Updated,' but you can use Webhook by Pabbly to achieve this use case.
Thank you!