#mensch6043_api

1 messages · Page 1 of 1 (latest)

zinc sunBOT
#

👋 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/1412425872337670256

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

candid viper
#

hey there

#

generally speaking there should be an option to provide a product description instead of a URL when one is not available. In the hosted onboarding flow, there should be a UI piece along the lines of "I don't have a website" that you can click.

thin garden
#

Hello sir, that's the part

candid viper
#

It sounds like this is not presented as an option in the embedded components for you?

#

Can you share an example test account ID you're using here?

thin garden
#

Yep, could there be a location reason behind this? I'm currently located in Ukraine, even though I'm a U.S. citizen and we're developing this for U.S. market only.

thin garden
candid viper
#

yep, thanks, taking a look

#

I don't think it should make any difference, but can you confirm if you're passing business_profile[url]: null in your account create method call, vs omitting the parameter?

thin garden
#

export async function createConnectAccount() {
try {
const account = await stripe.accounts.create({
type: 'standard',
business_profile: {
product_description:
'Residential and business window washing using X to create quotes, invoices, and schedule jobs.',
},
});

We're omitting, are you suggesting setting it to null?

candid viper
#

I don't think it will change anything, but can you test setting that explicitly?

thin garden
#

Yep, I will give me a few minutes.

#

Sorry, but I'm looking at the typescript library code, and it explicitly says the url can only be undefined or string. It won't let me put null. I tried putting undefined, and creating a new test account ID, but that didn't change the on-boarding, it still asks for website.

candid viper
#

Thanks for try that

#

I'm going to have you write in so i can report this to the connect embedded onboarding team to look into

#

I'll have our bot send you a DM with a link you can use to open the case (requires Dashboard login).

zinc sunBOT
#

Hello @thin garden, we have sent you a direct message, please check it at https://discord.com/channels/@me/1412435428245770352

  • 🔗The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
thin garden
#

Thank you

zinc sunBOT