#yamith_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.
âąď¸ 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/1339035155955978302
đ 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.
- yamith_webhooks, 1 day ago, 11 messages
Hello! What's your question?
Sorry, I put the error in the question, I have this error, and I don't understand why it appears, if I have the keys right and the specific prices for each mode
You don't have the keys right. You're using a test mode API key but supplying a live mode Price ID.
Solved
I have a question, do I have webhooks in dev mode, how do I transfer them to live?
A new Webhook endpoint should be created in live mode, and the code should replace with live mode Webhook secret key (whsec_xxx)
I can't replicate the same request for changes to my webhook, could you help me?
Could you share what you would like to replicate?
W8
What is W8? Could you elaborate in details with an example or use case, so that I can understand your question better?
I don't know how to replace what you tell me here
By the way, the implementation is in bubble.io
We don't have context how your system or bubble.io stores the Webhook secret (whsec_xxx)
You should find the place where Webhook secret is stored, and replaces it with the live mode one
Webhook secret is used to validate whether an event is indeed sent from Stripe, and it should be somewhere in your configurations or code
Ok thanks!