#david-thorand_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ 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/1214183355017461790
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hi, let me help you with this.
How are your free subscriptions implemented with Stripe right now?
We create a Stripe customer on sign up and create a subscription with a product price of 0 for this customer
Do you want to use Stripe Checkout or have a Payment Form on your own website?
Both would be fine. With a Stripe Checkout we'd had to create a new subscription for this customer, right? If so, this is not an option
You can update the Subscription items via API. For collecting a Payment Method, you can use SetupIntents: https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements
Alright, thank you. Do setup intents need to be invalidated? Or do they just expire?
They just expire.
Perfect, appreciate your help ๐
Will get back to you later once I tested everything
Happy to help.