#meisei81
1 messages · Page 1 of 1 (latest)
hello @knotty cradle! how are you onboarding your connected accounts - OAuth / Connect Onboarding? And what connected account type are you using - custom/express/standard?
express
Through making account link api to generate a url
and the seller click the url to onboard
you might want to take a look at this : https://stripe.com/docs/connect/express-accounts#handle-users-not-completed-onboarding
it talks about users that have not completed onboarding, but on the flipside, you would want to look at whether the account has charges enabled
if the account has charges enabled, I have to check the details_submitted enabled too, right?
imo, i don't really think that's necessary, all you want to know is whether you can create a charge on the connected account
if the connected account didn't submit the required information, then they wouldn't have charges enabled
ok. check either of charge_enable and detail_submitted
The document said "listen to account.updated webhooks", I can't find this event in my developer dashboard, although I can find the checkou.session.completed event.
you won't be able to see Connect account.updated events in your platform account events page. Navigate and click into the webhook which you've setup to receive Connect events
you'll be able to see the connected account webhook events there
follow your advice, still can't find it.
I would find another way to update the account status.
few days ago I have change the webhook url. I'm not sure whether cause by the changed.
acct_1JmyKX2RjeRSxr7r
you didn't setup any endpoints as far as i can see : https://dashboard.stripe.com/test/webhooks
you mean I should create webhook for every account?
I only setup the webook url in my developer dashboard
I think all event occur in my stripe connect platform would send to this url. Am I wrong?
oh that's the connected account id, onesec, let me take a look at your platform
what you've setup is to receive webhooks for your own account only :
ok. I modify it.
I opened the update page but can't find the field to enable "listen to event's on connected accounts"
Should I delete this webhook and create a new one?
you can't update, you'll need to create a new one
ok