#zia-ur-rahman_code
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/1215206034491047946
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi river, sorry to bother you on other thread
I used to text in dev-help directly but the process got changed now ๐
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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?
In addition, type in Account Link Creation only supports account_onboarding and account_update: https://docs.stripe.com/api/account_links/create#create_account_link-type
Where did you see custom_account_verification from?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that's actually from a code in 2020
To collect the onboarding requirements, account_onboarding should be set
for custom connected accounts as well?
Yes!