#93-_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1249776377599754360
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello! Generally speaking our sample code is not designed to be run on an actual server; it's not production-ready code. It's a reference you can use to understand how Stripe works so you can write your own integration separately.
Also not sure what "the stripe sample file" refers to, can you provide a link?
Where is that from though? Can you link me to the website where you got that?
I watched this YouTube video and implemented it.
https://youtu.be/gGkqFefpkVI?si=550j6u9VTHuS4J5U
The Github location of this file is in the description of the YouTube video.
https://github.com/Shin-sibainu/stripe-subscription-tutorial
That's not a Stripe video, and that's not sample code we made. You would need to ask the author of that video/code for help with it.
That code is also two years old, so you might want to find something more recent.
Understood. I'll look for a recent one.
Are there any videos or code you can recommend?
Most of the videos are about building on a local server, so I'd like to see a video about building in a production environment.
The general idea is to build a prototype in a local environment, then build your production version based off of that. Our documentation for building a Subscriptions integration is here: https://docs.stripe.com/subscriptions
Thank you!