#mathieupi42_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1479032751213776966
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
You can check the required information by Stripe following this guide:
https://docs.stripe.com/connect/required-verification-information
Thanks. How should I adapt the payload we send to make sure only individual information is requested and not company information?
No you can't send just some information, you need to send all the required informations by Stripe
Even company information when my final user is a third party individual (with no company then)? They do not understand why they need to fill in business information while they are just individuals... it is very disturbing in my account creation process.
I agree on this, but even if they are individuals they need to have a structure in order to receive payout
for example auto-entrepreneur
My users are here only to sell their bib for running events so it is a bit of a non-sense, they have no structure. I am very surprised that there are no means to adapt this part?
Yeah I understand this, but the customer who is selling goods and willing to receive funds/money they need to provide all the required information.
Do you think it will evolve in the future coz it is a big pain point for me and I guess I am not the only one in that case? Any recommendation to make my users understand the situation?
Specifically what field(s) are problematic here? As stated, these are onboarding requirements for all users which are required for KYC/regulatory reasons. The requirements vary per country, but unfortunately are non-neogtiable โ if not provided then the account(s) will never be able to accept payments
The 2 attached sections are problematic. They are filled in by default with my company information but my final users do not understand why they see this and what they need to do
Sorry I don't read/speak French
Type d'entreprise = Company type, Informations professionnelles = Business information
Yep, they're required I'm afraid as per the link my colleague shared. In any case, this is not an integration/code question โ there's no way around this requirement outside of building your own custom onboarding flow which we generally do not recommend
ok I understand. It's really a pity as the process is very efficient otherwise!
This is what I'm referring to: https://docs.stripe.com/connect/api-onboarding
Way more overhead for you to manage, but you'd be able to 'hide' those fields from the end user and jsut send the stock details you're pre-filling
Interesting. Why you do not generally recommend this API onboarding process?
The top section on that page generally covers it:
With API onboarding, your custom flow must meet all legal and regulatory requirements in the regions where you do business. You must also commit resources to track changes to those requirements and collect updated information on an ongoing basis, at least once every six months. If you want to implement a customised onboarding flow, Stripe strongly recommends that you use embedded onboarding.
many thanks for your help in any case. I will discuss with my colleagues and see if this API onboarding is a good option for us ot not