Hi eveybody,
I want to install stripe in the most simple way so I descided to install stripe plugin from Bubble but I can’t find the hidden keys. Can somebody tell me where I find those?
After that I want my users to pay a small amount so there would be an action so they can upload data to my bubble app. Do I have to set up an api endpoint in the backend workflow or is there someting in stripe that I can use and implement in Bubble in my normal workflow? What are the posibilities?
is there a tutorial for what I want to do?
You can find your Stripe API keys by going to your Stripe dashboard then click developer and API keys
[Recommended way by a lot of people]
There are some options for this, yes you can setup a backend workflow using a Stripe Webhook then listen for a new charge after you use the “Charge User” action on the plugin when the new request comes in just doing a search for all users with the same customer id as the one coming in from the request then changing a data type of that.
[My scary potentially worse way]
An app I have is a bit complicated and I’m not super proficient with Stripe and their APIs, webhooks so all I do is put all the actions I want ran after the Stripe checkout after the charge user action from the plugin.
This topic was automatically closed after 70 days. New replies are no longer allowed.