#meisei81

1 messages · Page 1 of 1 (latest)

hot magnet
#

hello @knotty cradle! how are you onboarding your connected accounts - OAuth / Connect Onboarding? And what connected account type are you using - custom/express/standard?

knotty cradle
#

express

#

Through making account link api to generate a url

#

and the seller click the url to onboard

hot magnet
#

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

knotty cradle
#

if the account has charges enabled, I have to check the details_submitted enabled too, right?

hot magnet
#

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

knotty cradle
#

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.

hot magnet
#

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

knotty cradle
#

follow your advice, still can't find it.

#

I would find another way to update the account status.

hot magnet
#

can you share your account id?

#

let me take a look

knotty cradle
#

few days ago I have change the webhook url. I'm not sure whether cause by the changed.

hot magnet
#

umm whoops, sorry, i accidentally deleted your account id

#

could you share it again?

knotty cradle
#

acct_1JmyKX2RjeRSxr7r

hot magnet
knotty cradle
#

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?

hot magnet
#

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 :

knotty cradle
#

ok. I modify it.

hot magnet
#

you need to setup a webhook to listen to events on Connected accounts

knotty cradle
#

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?

hot magnet
#

you can't update, you'll need to create a new one

knotty cradle
#

ok