#devertry|deepsheep

1 messages · Page 1 of 1 (latest)

vapid fossilBOT
zenith tinsel
#

What is the end-goal here? Why do you need to do this?

wanton sphinx
#

I need to test the api and update in my database than the user is verify : I listen on account.updated for know if the account has full requirements

#

and I show off a message if notin the front-end

#

the account_id (stripe ) are in my database too

zenith tinsel
#

Ah so this is a connect account then?

wanton sphinx
#

it's a connected account yes

#

then I can update my db true/false if the user has the full requirements

#

and show him/her something is false

zenith tinsel
#

What kind of connect account (custom, express, or standard)?

wanton sphinx
#

express

zenith tinsel
#

But if all you want is just to get 1 account.updated event, you can always just update the account via the api with something to trigger an event

wanton sphinx
#

ok thanks will do that it wil be easier

#

thanks for your help