#sahil_webhooks
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/1333446267669319690
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Hi Soma!
this is mentioned here:
Use your live account or sandboxes to send events to Amazon EventBridge.
https://docs.stripe.com/event-destinations/eventbridge#add-eventbridge-destination
Yea that I already have setup but what is test mode? It’s not allowing me to connect eventbridge. And idk how to connect it to my staging environment without the eventbridge
you can't use test mode for this. it's either live mode or sandbox. note that sandbox are very similar to test mode. you can learn more about sandbox here: https://docs.stripe.com/sandboxes
So I need to create another sandbox for staging as well? Test mode is not needed in my scenario?
if you want to test eventbridge, you have to use a sandbox yes.
Ok but then what is the test mode used for? It looks like sandbox is basically test mode right?
sandbox is more powerful version of test mode.
and some newer feature only work in sandbox.
Ok cool so I should just do 2 sandboxes then one for dev and another for staging environment and not use test mode at all right?
yes that should work
Awesome thanks!