#93-_api

1 messages ยท Page 1 of 1 (latest)

lunar mothBOT
#

๐Ÿ‘‹ 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.

frozen night
#

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?

hushed folio
#

Thank you reply!

frozen night
#

Where is that from though? Can you link me to the website where you got that?

hushed folio
frozen night
#

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.

hushed folio
#

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.

frozen night
#

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

hushed folio
#

Thank you!