#arthur-mynl_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/1285316678753980579
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Good question, I thought that that parameter worked. Testing it myself now
There are some weird things where we let you set them in the API but the actual onboarding page does not respect them. I have no idea why but that may be the case here
It does respect that setting for me. Are you asking about trying to skup this page entirely? Not immediately sure if that is possible
Oh actually I don't care if the customer have to pass by this page
So I should just remove
business_type: businessType,
country: country,
?
I may have misunderstood your issue. Can you show me the screen on the onboarding page that isn't working the way you would expect? When passing in the same parameters as your initial code, onboarding brings me to this page first which seems appropriate for an individual to fill out
Ah gotcha! Yeah that can be annoying. I think you can pass that info via the API and we won't ask for it. Looking for how to do this again.
Can you try setting these two fields and see if onboarding still asks you for that?
https://docs.stripe.com/api/accounts/create#create_account-business_profile-mcc
https://docs.stripe.com/api/accounts/create#create_account-business_profile-product_description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Let me explain a bit more ๐
I have an UI that allow the user to select it's business type (company or individual) then he can click on a button and he's redirected to the stripe onboarding. But whatever he selected, the stripe onboarding ask him information about his business
trying now
Working ! Thanks a lot you're a boss :))