#leo_webhooks-behaviour

1 messages ¡ Page 1 of 1 (latest)

molten condorBOT
#

👋 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/1291524770151530590

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

hoary forge
#

leo_webhooks-behaviour

#

@gaunt gyro First I would say this is something we actively discourage ever doing. Because it means we spend a lot of time sending Events that will never be received/handled properly which is costly for us. You should have separate accounts if you are testing different environments or use Sandboxes maybe https://docs.stripe.com/sandboxes

As to the why for that specific instance I'd need a clear example with exact details of which WebhookEndpoint(s) were hit or not hit

gaunt gyro
#

Got it

#

I guess I'll move on to sandboxes

#

For each environment

#

Thank you!