#zeke_best-practices
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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1343667028954710087
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zeke_best-practices, 11 hours ago, 18 messages
Hello! Can you tell me which Stripe products/UIs/APIs you're using?
Checkout/ Price Ids
Have you read through this guide? https://docs.stripe.com/checkout/fulfillment
Okay, so what specific thing are you stuck on?
Currently when i complete the checkout process and get re-directed back to my application There is no correlation between my account that I went though the checkout process with and the tier I just purchased. I've added a badge (Free, Starter, pro) plan to show which tier each user is on. when I purchase the start tier and go look at this badge it still shows the user as a free tier. There is no correlation. I believe I am supposed to be using web hooks but I don't understand how or why.
The guide I linked to (https://docs.stripe.com/checkout/fulfillment) explains how to do exactly what you're decribing in detail.