#ShDev
1 messages · Page 1 of 1 (latest)
You want to know what information will be required?
For a given capability/country?
You can find that here after selecting the options:
https://stripe.com/docs/connect/required-verification-information
You can see more details about each listed required field in the API ref. Eg, for company.tax_id:
https://stripe.com/docs/api/accounts/update?lang=curl#update_account-company-tax_id
The business ID number of the company, as appropriate for the company’s country. (Examples are an Employer ID Number in the U.S., a Business Number in Canada, or a Company Number in the UK.)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need an explanation to say PARAMETER
Sorry, can you say more? What are you looking for exactly? What are you trying to do with this?
If my client register in my platform i need toIf my client register in my platform i need to tell them what is the required info, but in your api 'company.tax_id' it's not clear else 'Require Company tax ID'
do You understand me
Are you building custom onboarding flows?
This is presented if using Connect Onboarding
If you're building a custom flow, you'd need to configure the language you want to use for this in your application
yes but me how i understand PARAMETER
I don't understand. What do you mean by "PARAMETER" here?
ex: company.tax_id
Ok and what do you need?