#mensch6043_api
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/1412425872337670256
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
Hello sir, that's the part
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?
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.
Like this one? acct_1S2u6vFUnTuEjFUz
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?
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?
I don't think it will change anything, but can you test setting that explicitly?
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.
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).
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.
Thank you