#rast_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
๐ 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/1212789254506152026
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
โฒ๏ธ 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. Thank you for your patience!
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.
- rast_api, 2 days ago, 15 messages
What do you mean? Why doesn't the cli work? Sounds like you are trying to test something
Yes trying to test that webhook receives the account.updated event and that the application acts accordingly.
what am I missing? ๐
is there an easy way to do that with cli?
You can trigger account.updated events via the cli
can I change the status?
The acount has DetailsSubmitted, PayoutsEnabled, ChargesEnabled that determine if the user should login to Stripe and provide additional information / take action.
maybe there is an easy way to change these flags in Stripe dashboard?
that could trigger the account.updated event
Yeah with stripe trigger you can override certain params as well: https://docs.stripe.com/cli/trigger#trigger-override
Should I setup a listener and forward the events to the service in cloud? Do you think if this would work? I probably need to match the secret?
You could but I would just do everything locally
So I'll have to setup the listener locally to forward the event to a webhook in cloud, and use CLI to trigger the event. You are saying that this would work?