#vamsi_43560
1 messages ยท Page 1 of 1 (latest)
Like what the error message mentions, if you need help changing the legal entity information associated with that account, you'd want to reach out to https://support.stripe.com/contact. Otherwise, do you have a different question that you need help with?
I'm getting following error on identity verification on test account
11/10/2023 06:16:26 AM message='Stripe API response' path=https://api.stripe.com/v1/accounts/acct_1O7QsDEC4m5fZdqc response_code=400
11/10/2023 06:16:26 AM error_code=None error_message='You cannot change individual[verification][document][front] via API if an account is verified. Please contact us via https://support.stripe.com/contact if you need to change the legal entity information associated with this account.' error_param=individual[verification][document][front] error_type=invalid_request_error message='Stripe API error received'
Find help and support for Stripe. Our support site 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.
how can i help?
please check req_ufxrS9U9RilVz1
i've looked at it, what do you need help with?
You cannot change individual[verification][document][front] via API if an account is verified.
Like what the error message mentions, if the account is already verified, you can't update the identify document. Why do you want to update it?
Got it
looks like bug at my side
Thanks
What is the best API to update these details in which context of the account API these details should have been updated ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you retrieve the Account object, there should be a requirements field that tells you the exact field you need to provide info for. This guide might be worth taking a look at : https://stripe.com/docs/connect/custom/handle-verification-updates
๐
For an indivirual connected user at connect custom account creation
do we need TIN ?
This page lists the basic requirements : https://stripe.com/docs/connect/required-verification-information
Got it
If an individual does not have a company, can he use his legal name at company.name and SSN at company.tax_id at custom connected account?