#zia-ur-rahman_code

1 messages ยท Page 1 of 1 (latest)

flint dirgeBOT
#

๐Ÿ‘‹ 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/1215206034491047946

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

spiral bloomBOT
echo plinth
#

hi river, sorry to bother you on other thread
I used to text in dev-help directly but the process got changed now ๐Ÿ™‚

marsh skiff
#

To get the required information of a connected account, Account Retrieval API can be used: https://docs.stripe.com/api/accounts/retrieve

The requirements can be found in requirements and future_requirements hash: https://docs.stripe.com/api/accounts/object#account_object-requirements

echo plinth
#

actually we are just generating stripe verification link to redirect the user to stripe page and fill out what's required on stripe

#

and we are generating the link using API, I have shared the code for that

#

but the stripe link generated by the code is not showing the required fields on stripe

marsh skiff
#

Can you share an example connected account ID (acct_xxx) and the fields that you expect to be shown in the Stripe hosted onboarding page?

echo plinth
#

that's actually from a code in 2020

marsh skiff
#

To collect the onboarding requirements, account_onboarding should be set

echo plinth
#

for custom connected accounts as well?

marsh skiff
#

Yes!