#bstny_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- bstny_api, 54 minutes ago, 38 messages
đ 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/1245369708065329213
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I mean the verification report
How are you creating the verification session? Do you have an example request ID?
Isn't the verification session created when user creates connect account?
We are working on a marketplace where each seller is also a connect account, but we want to verify that he puts legimitate VAT ID
Not exactly. Verification Sessions need to be created by calling the API separately.
Are you using Stripe hosted onboarding or are you building your own onboarding flow?
It is a hosted onboarding
Can I prefill the VAT ID data so the user will not have a chance to change it?
I am now trying to create account programatically and then update it with hosted onboard
I'm not sure, give me a few to take a look
I believe you're pre-filling the VAT ID already when you make the API request right?
https://dashboard.stripe.com/test/logs/req_VO8umKDG2AVuGv
@shut prism
Ok got it. Just created account object with vat ID and then created onboarding link. User can't change the VAT ID during onboarding which is great and we have all the data synced
Great to hear! Glad that fits your usecase well