Hi, everyone:
I am completely new to the concept of APIs, but I have already watched and read a few resources on it. Yet I still can’t seem to understand how dynamic data is inputted.
I have a couple of questions:
- So in Bubble, I have created a form for the user to add paid events to our calendar.
Now, I have already succeeded in implementing a “Create a New Event” to add it to my Bubble database with all the desired variables, but because these are paid events, I need to the app the add it to Stripe without the users needing to directly access Stripe. After testing out a couple of Stripe plugins, it appears that API Connector is still the best option for what I need to do.
So I watched several videos on API Connector and tried to configure the “Create a Product” Stripe API.
But when it comes to dynamic values for parameters in the list shown, I can’t seem to find a resource that speaks to it. Right now, it works if name = “Sunday Dance”. The name is supposed to be dynamic values, so I want to leave it blank. But that doesn’t work (you probably know that). So how to I make these parameters dynamic and add them to Stripe?
- Since my products are actually events, they need to time and location. In Bubble, they have their own columns in the Bubble database, but how do I include that info in Stripe which doesn’t which them as one of the optional parameters in “Create a Product”?
I hope this isn’t too much. Thank you for any help you can provide.