#guimatos_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/1328700024850354211
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
if I understand correctly: when using business_profile, the onboarding flow should have a step for document upload, but it doesn't, which result in a restricted account?
yes!
more especifically when I set business_profile.product_description
Including product_description seems to prevent Stripe from marking the account as Incomplete, skipping the expected document upload prompts during onboarding.
this is the log id of the unexpected behaviour: req_dkTHXgfqI1CFCT
and this one of the expected behviour
req_3ZDcHxEG5lvUU2
I need to ensure that, even that I set product_description, the verification document flow remains
thanks for the clarification. having a look
ok
we only ask for documents if we can't verify the account, if it's not needed we don't ask for it
@soft falcon, I understand that, but why even the verification is not requested in front, the dashboards returns a message that the account must send the documents?
and will this behaviour it's happening just when we set the product_description?
looks that is some issue in your side
why even the verification is not requested in front, the dashboards returns a message that the account must send the documents?
because the process is async and we only determine that we need extra information after the user's gone through the initial onboarding, as far as I know