#nom-john_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/1300645062048481323
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! Yep, there are webhooks that cannot be triggered via the Stripe CLI - we have a list of events that can be triggered here : https://docs.stripe.com/cli/trigger#trigger-event
ah yeah i literally just ran stripe trigger --help and i see the list of supported events
sorry!
so if we have some on this list that we'd need to test - would we be able to manually create an event/payload by any means at all or are we just kinda hosed?
np ๐
*if we have some that aren't on this list
you can definitely trigger the event via some other method e.g. triggering the process manually via API request, going through the payment, etc
if you're handling subscriptions, in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks
gotcha - we're not doing anything with subscriptions just yet
all right it would seem that most of the webhooks we want to be able to trigger aren't supported, so we'll look into other ways to do it in a test environment