#devertry|deepsheep
1 messages · Page 1 of 1 (latest)
What is the end-goal here? Why do you need to do this?
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
Ah so this is a connect account then?
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
What kind of connect account (custom, express, or standard)?
express
Recommend using test values and listening to webhooks for this: https://stripe.com/docs/connect/testing#identity-and-address-verification
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