#Jane_Zhong
1 messages · Page 1 of 1 (latest)
Hi, are you saying that these events are failing all the time?
Looking here
It looks like this webhook endpoint was created on April 2nd: https://dashboard.stripe.com/test/logs/req_SQrSv7dq3SIJWb in test mode. And from looking at the account thouroughly, I do not see any new account created.
Can you share a request id where you created an account, but don't see an event. Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I have deleted those accounts that has not actived
I have find some docs before ,which says that I have used the wrong event trigger ,instead of account.updated ,I need to use account.application.authorized ,is that right ?
account.application.authorized is sent when a user authorizes an application. I think you're looking for this: https://stripe.com/docs/connect/webhooks documentation. After going through this, let me know what question you may have.
Thank you so much ,after reading the doc you've sent .I think that account.updated is more property .I tried more times .And if I still got errors ,will back to you guys .Thank you so much !
one more question
which one ?
Detect my account or Connect account ?
Sorry that in my labtop only appears Chinese
This depends on what you want:
Account webhooks are for activity on your own account (for example, most requests made using your API keys and without authenticating as another Stripe account). This includes all types of charges, except those made directly on a connected account.
Connect webhooks are for activity on any connected account. All events on the connected account are sent to the Connect webhooks. This includes the important account.updated event for any connected account and direct charges.
For detecting if user has already successfully create their Express account ,which one I should use ?
You'd probably want Connect then.