#hoomb-connect
1 messages · Page 1 of 1 (latest)
do you have the account ID acct_xxx of the connected account that you're looking at?
it is charges_enabled from what I can see, I looked at the most recent account.updated event we would have sent you(which is evt_1KItYKQoWuHAoMApxZn34ZkP) and it has "charges_enabled": true, .
This is the content of "account.updated" webhook
and is the only webhook we received
what was the ID of that event you recieved?
but probably CLI just dropped the event unfortunately, it happens sometimes(https://github.com/stripe/stripe-cli/issues/600) , so you didn't get the most recent one
Do it mean I must re-try it some times?
But I'm not on Stripe-Cli and using a real server
I cannot find the ID of event
I won't shown on Stripe Dashboard either
yep because it's Connect
it's on the dashboard of the connected account
then how did you get that JSON you shared with me? It comes from an event body so you must have code parsing the event, which contains an ID.
you set it up wrong
I log the payload of events for testing
you need a Connect endpoint specifically
(that has to be ticked if you want to listen to account.updated events from connected accounts on your server)
But if I do that, I won't get the webhook using main account
yes, you need two endpoints on your server.
one for events happening on your account, and one for events happening on connected accounts
And 2 Webhooks ?
one with "Listen to events on Connected accounts" be checked and one without it?
yep