#bstny_api

1 messages ¡ Page 1 of 1 (latest)

jolly isleBOT
olive impBOT
#

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.

jolly isleBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1246018030740439042

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

untold eagle
#

Sending VAT ID from programatically created account, but this still allows user to provide data of another person
Yes the user creating the Account have the final words on the values inputed, as they are the owner of these information and not you.

#

If you want abolutly to have control over the values, then you shouldn't use Hosted onboarding

#

but use the API onboarding

lyric holly
#

If I create an account programatically, and further I would create a verification session that ends sucessfully, will the onboarding process require user to verificate him again?

Ideally once the verification session ended up successfuly would end up without further need on the onboarding process

untold eagle
jolly isleBOT
lyric holly
#

So stripe will only reverify a person during onboarding if a specific period has passed?

#

I am checking this out now, but testing env has it's own rules

untold eagle
#

It widly varies from one Account to another and one business to another, but the core idea is to monitor the account.updated webhook event and check currently_due and eventually_due to see if you need to collect any additional information from your Connect Account

#

So that have 100% control over the onboarding of your Connect Account