#aeo_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/1478294051340943443
๐ 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.
- aeo_best-practices, 4 hours ago, 9 messages
- aeo_unexpected, 4 days ago, 51 messages
- aeo_tipping-on-card-present-and-non-present-payments, 6 days ago, 31 messages
hello! you can configure a different query param for production and sandbox webhook endpoint urls e.g. https://example.com/webhooks?env=prod and https://example.com/webhooks?env=sandbox
and/or look at the livemode param on the event : https://docs.stripe.com/api/events/object#event_object-livemode
yeah, that's basicily what ai told me, i feel like the query string para is not very secure
and livemode can be "true" or "false" in sandbox
is there any way to get the webhook "name" or "description" or is that only used for the dashboard ui?
what do you mean by livemode can be true or false in sandbox?
sandbox is explicitly livemode=false
oh is it?
ok, well, more AI dumbness then...
i think i should stop asking it anything..
https://docs.stripe.com/sandboxes
A sandbox is an isolated test environment
i think it's always best to validate what it says against official docs ๐
so any sandbox request always returns false for livemod?
if you're making a request using the API keys for a Sandbox account, those requests are always in test environment. If a event is generated as a result of that request, then correspondingly yes, livemode would be false
perfect, then I think thats the answer... thank you much.
you're welcome!