#Jane_Zhong

1 messages · Page 1 of 1 (latest)

narrow oliveBOT
rare gull
#

Hi, are you saying that these events are failing all the time?

worldly pulsar
#

Yes

#

we_1MsZVDEm6oZta2poiCVyJHKV

rare gull
#

Looking here

worldly pulsar
#

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 ?

rare gull
#

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.

worldly pulsar
#

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

rare gull
#

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.

worldly pulsar
#

For detecting if user has already successfully create their Express account ,which one I should use ?

rare gull
#

You'd probably want Connect then.