What is Stripe Subscription 'status'?

does any one know what this would return?

https://stripe.com/docs/api#subscription_object-status

2 Likes

When we subscribe a user to a plan the status changes to ā€œactiveā€ but when we cancel the subscription, the status doesnā€™t change to cancelled but instead becomes empty.
Anyone else encountered this and knows the solution?

Levon Terteryan
Founder @ Zeroqode & Bubblewits

letā€™s stay in touch on twitter!

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

2 Likes

Iā€™m observing an even weirder behavior.

As Iā€™m storing the Stripe Subscription upon its creation on the team the plan is subscribed for, I am able to retrieve the subscription status via two paths: on the customer himself, and on the team.

When a plan is subsribed during the trial period, both paths would give status = ā€œtriallingā€.

After the trial period, both paths give a status = active, but when a plan is cancelled, the customer path give a status = [empty] and the team path gives a status = ā€œactiveā€ for as long as the end of the current billing period has not been reached.

image

1 Like

looks like a bug, I think itā€™s worth to file a bug report with Bubble at https://bubble.io/bug_report

Yeah Im having problems with being able to setup subscription plan using status. No answers yet:

1 Like