#Atul_thinker-connect-verification
1 messages · Page 1 of 1 (latest)
Hey! You'd use Connect test data to simulate various verification states: https://stripe.com/docs/connect/testing
The actual verification process length in live mode will vary I guess
Thanks @sharp inlet !
Np!
Kindly , Go through the screen shot once. This is test account and one of my user filled its details. No i need to check the prayment flow , but if we see in the screenshot it is showing pending state
@sharp inlet according to documentation https://stripe.com/docs/connect/collect-then-transfer-guide?platform=web#handle-users-havent-completed-onboarding
If onboarding status of user is completed then there is 2 field, one is charges enabled must be true and details_submitted must be true ...both are true in this case but when user login it is still showing to upload bank details...
@sharp inlet Any help will be appreciated ! Thanks!
you can have charges_enabled without a bank account, since we let you process payments and the money will accumulate until you do add a bank account for payouts.
also you say you're using that guide but it is for Express accounts, but you are actually using Standard, so obviously you are not actually using it.
Kindly , See this! I am using this for other bussinesses to integrate its own payment. In this case we need to create standard account right? (If we go through the documentation)
yes
But still i am seeing the pending for some account in test mode.
what's the account ID acct_xxx of that account?
acct_1KU4dASE8UT01wmY
this is the account id, I have implemented a webhook for onboarding process...whenever a user completes its onboarding i will ubdate its details in our own database. But in this case both value are true(charges enabled , details submitted). But Onboarding is not completed actually.
well it is completed. details_submitted is true because they finished the onboarding. charges_enabled is true because they can process payments.
the verification is still pending on some of the information(since it takes time and is async), but we don't stop you from processing payments, you can still make payments while we are completing the verification.