#mandiocapy
1 messages · Page 1 of 1 (latest)
Hello! As a starting point I'd recommend looking here (https://stripe.com/docs/billing/subscriptions/build-subscriptions)
Hi Karbi, pleasure. The video in question is https://www.youtube.com/watch?v=HGFVnTf7kMg
Bubble is a visual programming language that lets you build web applications without code. Using Bubble's visual editor, you can build a fully-functional web application quickly and affordably.
New to Bubble? View our full Introduction series: https://www.youtube.com/playlist?list...
Learn more about Bubble, the leading no-code web app develop...
Ill try it out.
👍 Yeah at a glance it looks like they're using Checkout (which is included as the Low Code option in the doc I sent you)
When creating the API call, he skips where he got the URL Parameters and Header values. Thats the info/codes Ive been missing.
Ive looked it up in the API docs and it says that when using this call, it shouldnt include them
You need to give more context since I haven't watched that video and aren't familiar with Bubble - are you just trying to retrieve the Subscription through the API?
Im trying to retrieve the Customer ID, Subscription ID (both of these come when I setup the webhook) but the price ID needs to be retrieved by an API call (https://api.stripe.com/v1/subscriptions/[id] ; https://stripe.com/docs/api/subscriptions/retrieve).
Ive been having issues setting up that API call. It asks for a URL Parameter value that in the video is formatted as "sub_..." and Header for Content-type which the value is formatted as "application/x-www-form-"
Those values I dont know where to get them. It doesnt mention it in the video by the Stripe representative.