#Julien - Webhook endpoint
1 messages ยท Page 1 of 1 (latest)
Hello, yes.
evt_3LFKlZGpUL5ukv731iZeZvPa is a payment_intent.succeeded that has worked
When I'm looking into the Event dashboard, there is no account event
(The filter is Webhook filter)
Okay, well perhaps that is a good place to start
No events in failed events list
Oh, right. account.updated is not an event that can be triggered. See the list of events here:
https://stripe.com/docs/cli/trigger
But even if i'm doing it with the account onboarding manually, the event is not triggered
Yes I don't see any of these events in your account logs
Hello! Is your goal to listen to account.updated events on your connected accounts?
Yes
The webhook event you sent over is an "account" type webhook, so it'll only receive events that happen on the platform account. If you want to retrieve all the events that are happening for your connect accounts you need to be creating a "connect" type webhook
Here ?
I believe you want to select the checkbox
Ok, i see what you mean, i'll try it
we_1LFLp4GpUL5ukv73cE0Hosyh now, both event is not working :/
Which account are you trying to update?
I tried with stripe trigger account.updated
The last account was acct_1LFLwVGfY3Kt6nAt
But now, even payment_intent does not work, i should create two different endpoint
I do actually see an account.updated event being sent to we_1LFLp4GpUL5ukv73cE0Hosyh - it eventually timed out, but it definitely was sent
That's weird because nothing is written here
Thanks a lot for helping, sorry for the confusion
awesome! Glad to hear the events are coming through now ๐