#arthur-mynl_code

1 messages ยท Page 1 of 1 (latest)

idle lightBOT
#

๐Ÿ‘‹ 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.

sturdy quail
#

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

swift nexus
#

So I should just remove

business_type: businessType, 
country: country,

?

sturdy quail
#

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

swift nexus
sturdy quail
#

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.

swift nexus
#

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

swift nexus
#

Working ! Thanks a lot you're a boss :))