#Shru-connect-upload
1 messages · Page 1 of 1 (latest)
Can you describe the issues in a bit more detail? Is there an error you are seeing associated with this?
Not an error no, when we were creating our connected accounts in test mode using express we were able to instantly use the test verification documents. With standard it seems to show pending verification for a while before the onboarding will ask for documents to be uploaded
I see. Trying to see what the difference may be here.
And have you been using the test strings for verification? https://stripe.com/docs/connect/testing
Before going live, test your Connect integration for account creation, identity verification, and payouts.
Also on top of asking why this may be, are you wondering how to react to some of this if there is a delay?
We are only passing the business type & address data to the create account method, everything else is being entered in the onboarding flow, and where prompted we are clicking use test data for bank details etc...
I actually come to realise this might not be a bad thing as we still need to implement and test hooks for account updated to check the users verified state.
With standard are we responsible or will stripe notify the standard account directly to let them know verification documents are required?
Also my other question regarding this is how can we delete the stripe accounts that are being created when testing standard onboarding?
I believe Stripe should send emails requesting further information https://stripe.com/docs/connect/accounts#standard-accounts
Learn more about the different types of Stripe accounts you can use with Connect.
As for deleting, there is obviously the manual way https://support.stripe.com/questions/close-a-stripe-account
Or the API call though I have not had time to test if you can do this easily with a Standard account https://stripe.com/docs/api/accounts/delete
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.