It’s a shame that Result of step x does not support Error codes being passed along. The most I can do with the Bubble Stripe plug-in is deal with flow control if the returned subscription id is empty (in event of failure to create new sub).
“Do not show success message” is a kind of novelty feature of the action. I actually can’t show any javascript alert() in the application, since this designed to work with WebOS TV (LGTV) and that’s a no no, with the 5 way spatial navigation stuff as is. But that’s another story of how alert() appears on WebOS simulators and don’t even appear on the actual TV’s. They are running with their own special builds of Chrome.
I love the concept of having a checkbox for returning errors. Is this something you purely developed purely for in-house use or are you a Plug-In dev for Bubble as well?
My main issue besides not being to fully comprehend right away what was causing the plug-in action in the workflow in the first place. Was that when I did sort it all out. It is disturbing.
A New Subscription, should be a new Subscription and not tried to any previous Subscriptions.
This app I’m working on is going up on Smart TV’s and such. People come and go from these services. They will join for awhile, cancel, then come back a few months later or whenever and resubscribe.
While I can’t view their plug-in code, it appears they must be running a Query for any previously Cancel Subscriptions under the plan (the API ID, aka price_API_ID). If they find any, it refuses to create a whole new Subscription record. LOL.
We can manually add a new subscription to for the customer on Stripe and I updated the webhooks to deal with subscription added event. I then update the Stripe Subscription data for the customer in the whole backend workflow.
This is a bit of a PITA, since it requires human manual intervention and is not an easy automated system (which it should be).
I totally see how much these plugin Actions are merely pre-configure API calls. I wish I could simply fork Bubbles Stripe plug-in, and go dumpster diving into the related workflow action and update it myself.
It’s not on my mission plan to build a whole new Stripe Plug-in system from the ground up here. Plus, I’m relatively new to Bubble and still getting use to it. I’ve been doing a heck of a lot more custom Javascript coding work than I originally thought I would be into as is. I see where we can do forks on some of the plug-in’s to GitHub.
- I see other Stripe Plug-in’s which are available besides the Bubble one. Are there any you would recommend?
- Where/who do I reach out to regarding Bubble Stripe Plugin regarding issues/bugs/feedback.
- I’m curious if you are a Plug-In developer or just do plug-ins for in house work.
-Chaz