#rast_webhooks

1 messages ยท Page 1 of 1 (latest)

dawn falconBOT
#

๐Ÿ‘‹ 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!

digital wyvernBOT
#

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.

smoky rivet
#

What do you mean? Why doesn't the cli work? Sounds like you are trying to test something

storm nebula
#

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?

smoky rivet
#

You can trigger account.updated events via the cli

storm nebula
#

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

smoky rivet
storm nebula
#

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?

smoky rivet
#

You could but I would just do everything locally

storm nebula
#

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?

smoky rivet
#

That would work

#

Again I recommend doing everything locally

#

WIthout the cloud endpoint