Hey Guys,
Can you guys recommend any resource or tutorial for me to setup Stripe subscription based payments on Bubble?
Setting up payment is being a problem on bubble for me… Please help
Hey Guys,
Can you guys recommend any resource or tutorial for me to setup Stripe subscription based payments on Bubble?
Setting up payment is being a problem on bubble for me… Please help
nocodify.com has this. Thought you might’ve watched?
Tal
I’m looking for something more detailed. Like how I can pull in info of the subscription, all user to change plan, cancel the subscription and also take away access to platform incase of non-payment.
Stripe.js is too complicated I feel. Servicebot is too pricey and has issues of its own.
So, I plan to go with default Stripe by Bubble.
Looking for any video or such with complete guide. Would also pay for the same If necessary.
Is this achievable with Bubble Stripe or should I go with with Stripe.js?
You can use both. Start with Bubble “native” one (which is quite simpler), extend later with Stripe JS if necessary.
As far as I’m concern, I learned how to build API calls by myself. That’s not that complicady, and if you’re able to do this, then you get really independant, which is priceless.
If this way is seducing you, you can start here :
Anyway, I can’t answer your questions as I didn’t use the subscriptions calls in my app, but just get in mind you don’t have to choose now between this or that plugin (or the API way).
Hope that helps,
Michel
Thanks, that’s the problem.
Setting up one-time payment thing is easy but subscription thing seems to be a mess to setup on Bubble as I’m not able to find any good guides on the same.
Hi @sanjuujosephh,
Which Route did you take to setup Stripe subscriptions? Bubble plugin, Stripe.js or API?
Thanks
Bubble plugin
Hey @sanjuujosephh how did you get on with this? I’m just starting out and trying to find answers to the questions you asked in your post…
Honestly, it’s quite sad that Bubble went through all the trouble of creating their own Stripe plugin without providing solid instructions on how to set up one-time and recurring payments. The documentation is essentially just a dictionary of terms; that’s not at all the same as setup instructions for what steps to take when setting up either one-time or recurring payments (with at least screenshots, if not video). Really hoping to find a decent step-by-step resource out there that’s not outdated using old plugin/Stripe settings that don’t exist anymore, but I’m striking out so far.
I just bought the nocodify.com lifetime license, and the Stripe videos appear to be quite outdated. The options the videos tell you to use (e.g., “Get checkout code snippet”) don’t exist anymore, which the instructions in the video(s) entirely rely upon, making the videos useless. Totally bummed I just wasted Bitcoin buying this, and I really hope other videos on nocodify.com aren’t as outdated as the Stripe ones.
If there are updated videos, and I’m just not seeing them, please let me know!
UPDATE May 5, 2022: I reached out to nocodify.com support and haven’t received a response in a month. Their content is simply no longer valid and is useless. DO NOT BUY FROM THEM!!! I contacted Coinbase Commerce support, where they process BTC transactions, to see if they can help get a refund.
I am pretty fond of the course I created. Have received some personal feedback that it has been helpful for others and very detailed.
Hey guys. I was wondering if your course discussed how to get payment methods working with the bubble stripe plugin.
I get pay with Google Pay and CC and nothing else. I have enabled all of the payment options on Stripe yet it only shows up as credit card. Interestingly, on Stripe I am getting the current message: We’ve detected that you are not using Automatic Payment Methods. To manage payment methods from this page get the latest version of Checkout, Payment Element or Payment Links.The settings you apply here will take effect after you remove payment method types from your checkout integration.
However, the stripe plug-in doesn’t allow you to modify payment methods or delete it (as suggested by stripe documentation). I honestly don’t know what to do at this point to get other payment methods to show up. Any ideas?
Hi,
Maybe this is too late, but will help for someone -
Here is how you can setup the Stripe without using the plugin-