#yamith_api

1 messages ¡ Page 1 of 1 (latest)

rain thistleBOT
#

👋 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.

exotic coyote
#

Hello! What's your question?

fickle geyser
#

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

exotic coyote
#

You don't have the keys right. You're using a test mode API key but supplying a live mode Price ID.

rain thistleBOT
fickle geyser
#

Solved

#

I have a question, do I have webhooks in dev mode, how do I transfer them to live?

feral gust
#

A new Webhook endpoint should be created in live mode, and the code should replace with live mode Webhook secret key (whsec_xxx)

fickle geyser
#

I can't replicate the same request for changes to my webhook, could you help me?

feral gust
#

Could you share what you would like to replicate?

fickle geyser
#

W8

feral gust
#

What is W8? Could you elaborate in details with an example or use case, so that I can understand your question better?

fickle geyser
#

Give me a second please, w8= wait, Sorry

#

Now create webhooks in live mode

fickle geyser
#

By the way, the implementation is in bubble.io

feral gust
#

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

fickle geyser
#

Ok thanks!