#Mahesh K
1 messages · Page 1 of 1 (latest)
hi soma
here the scenario, my client had clicked stripe setup button for creating a connect account. After he submitted the all details i am using webhook to catch the event account.update and later by using the key called account_details_submitted , I am redirecting my client to underverification page.
then how to catch the the details entered by my client are false and i have to redirect him to the same stripe setup page.
can i use webhooks. if yes, then what is the event and a particular key
what type of connected account are you using? Standard, Express, or Custom?
Yes I understood.
or do you need more details?
Listening to account.update is the correct event
And then you can check if the account has charges_enabled and/or payouts_enabled, to check if the account was successfully onboarded.
https://stripe.com/docs/connect/standard-accounts#handle-users
then how to catch that the details submitted by my client are false
Ok, i am using payouts_enabled
may i know when charges enabled and payouts enabled?
they both enabled at same time or different.
It depends on the account and information provided.
can explain in detail.
If you want to make sure the account is fully onboarded, check charges_enabled and payouts_enabled.