#blakvghost_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/1480895795526897754
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there ๐ we do support incremental onboarding, but there's a certain minimum threshold of information that needs to be collected in order to enable the stripe_balance.stripe_transfer capability, which is necessary to receive transfers
https://docs.stripe.com/connect/hosted-onboarding?accounts-namespace=v2#info-to-collect
it's not possible to send funds to an account without first at least providing the minumum info needed to enable the account
Is it possible to send the minimum information in question directly from our API to Stripe without displaying a self-hosted Stripe page?
yes that's possible - here's our guide on providing verification info via the API:
https://docs.stripe.com/connect/handling-api-verification
this doc also lists the different parameters that are required, depending on the account configuration: https://docs.stripe.com/connect/required-verification-information