#3xd_tango
1 messages · Page 1 of 1 (latest)
Can you clarify the exact issue? Is there an error?
the webhook didnt trigger account creation at all i cant seem to get it
i even enable all events
its working on test mode
Can you share an evt_xxx ID
there was no event at all is it normal ?
is there way to delete connect to create new one?
Can you share the ID of the webhook? we_xxx
we_1LkYE1FI26qymWQ1tpUrny34
You're expecting to receive account.updated events, yes?
yes
Problem: that webhook is not a Connect webhook (and therefore doesn't listen for events from connected accounts)
You do have a different live webhook that is Connect enabled: https://dashboard.stripe.com/webhooks/we_1LuuH7FI26qymWQ1GA5fVB3u
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
well yeah i was testing it but, is there a way to get event on creation and update on normal because the test mode was working with it
it will be hard to handle 2 hooks with different hook secrets
On creation of what? There's no account.created event
sorry when account.updated triggred
Well the issue is https://dashboard.stripe.com/webhooks/we_1LuuH7FI26qymWQ1GA5fVB3u is disabled
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
As your Connect webhook, it won't listen and send any events from connected accounts
we_1LkYE1FI26qymWQ1tpUrny34 is an account webhook. It only listens for events on your platform account
dont know why i think the test mode and live mode are different i guess in test mode it was account webhook but i was getting that account event somehow but in live mode things change
we_1LkWGNFI26qymWQ1JF4lTyO6 the test mode
Yeah it can work like that depending on how the accounts were connected to your platform. Generally though if you're processing live API requests, use live webhooks
Does enabling that live Connect webhook solve your issue?
have to change lots of code thanks to live mode have 2 webhooks and all anyways thanks for your time