#matih_connect-webhook-endpoints
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/1411006837121089730
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi,
I'm checking how many event deliveries the webhook has tried to deliver to our backend, and the number says 0 (zero)
When I'm looking in the dashboard, we have a Connected Account ("Phil Handy") whoms "Account status" is "Enabled"
Why hasn't this event ("account.updated") been sent to us?
@blazing fulcrum ping
there should absolutely be multiple account.updated events sent. You've created a Connect Webhook endpoint, correct? (that receives Connect account webhook events?)
yeah its not a Connect Webhook endpoint.
its just an Account endpoint. It will only get events on said account, not from Connected accounts
that will unblock you once you set Connect webhook endpoint up
created another webhook, we_1S1UEzAQJySqIEX213AxIGca, can you verify that it's of the correct type?
can you check? it should say Connect as the doc shows
I assume that the above webhook is correct?
yes that looks correct
however, is it possible to fire the account.updated event again?
not for the already onboarded account, you will have to onboard a new one
you may be able to fetch account.updated events via https://docs.stripe.com/api/events/list and passing the Stripe-Account header. But it won't be sent to that webhook endpoint, just retrieved synchronously from the API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks for your help