#matih_connect-webhook-endpoints

1 messages ¡ Page 1 of 1 (latest)

mild heraldBOT
#

👋 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.

umbral shard
#

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

blazing fulcrum
#

there should absolutely be multiple account.updated events sent. You've created a Connect Webhook endpoint, correct? (that receives Connect account webhook events?)

umbral shard
#

how can i double-check it?

#

the webhook in question is we_1RsOFyAQJySqIEX2jH20IcKJ

blazing fulcrum
#

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

umbral shard
#

created another webhook, we_1S1UEzAQJySqIEX213AxIGca, can you verify that it's of the correct type?

blazing fulcrum
#

can you check? it should say Connect as the doc shows

umbral shard
#

I assume that the above webhook is correct?

blazing fulcrum
#

yes that looks correct

umbral shard
#

however, is it possible to fire the account.updated event again?

blazing fulcrum
#

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

mild heraldBOT
umbral shard
#

thanks for your help