#escidron_custom-connect-businessprofile
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/1228441196427481098
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
When onboarding through Stripe Hosted Onboarding, there should be a prompt to input a description instead of a website
i am using custom connect account,using the API to create the connect account and i am sending all the informations there,just the url parameter in the business_profile object is preventing the activation of the account
Gotcha. Do you have the account ID?
well i am testing in production,it happen with all the accounts,but you can use this one , acct_1P30TSPrmCmmuEbh now is working because i manually fill the website parameter using our website,i dont know if that can cause any problem,so can i fill that parameter for all the connects account with our website url to solve the problem?
Do you have one that currently doesn't have url filled out?
i dont have another right now
Hi ๐
I'm stepping in as my colleage needs to go
Do you have the ability to work in Test mode?
yeah in test mode happen the same,if i dont fill the parameter the account is not active
Can you share the ID for an account creation request? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
ok 1 min
req_2siXocFaCMhbKN
you will see that i fill the parameter url with some string ,but did not work,just after replace for a real url
This request is in LIve mode. Can you make requests in Test mode?
You really should not be testing in Live mode....ever
ah sorry,ok test mode then
So, if you can make requests in Test mode, can you try providing the business_profile.product_description instead of the url and perform that onboarding?
well in theory it was not a test,we want to make shure it was working
let me tried this
it woks!
thanks
Great! ๐ I'm happy we were able to solve this ๐
๐