#arvind_singh_21006
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/accounts/object#account_object-requirements when an account is restricted, you can check the account's requirements hash and see what are the required information for this connected account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i dont doing like that
first i can authenticate if they have account then as a partner they are connect otherwise account create using button not like that to stripe.account.create not use this
this is my full code
I can provide a suggestion based on the information you've given. However, the decision on whether to take it or not is entirely yours.
Restricted means the account has payouts or payments disabled. Additional information usually needs to be collected to enable these accounts, and that's why I suggest you to check their requirements hash.
looking that
when i trying to onboarding for the connect account
then are not showing the field of identity document
?
why
i made using api's
Are you saying the Onboarding flow doesnt' ask your user for identity document?
How do you create the Onboarding flow, are you using Account Link API? can you show me the code?
when you click the link the open the stripe dashboard page
if you want then you can it
You should use Account Link API https://stripe.com/docs/api/account_links/create#create_account_link to create account link for your user to complete the onboarding and provide necessary information/
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 just an OAuth flow to connect the account to your Stripe account. It's not an Onboarding flow to collect necessary information as per regulation requires.
you mean to say that whenever i done they are oAuth flow right not the onboarding?
Yes you are right.
okay got it then what will i do ?
I believe I have already answered this. Please refer to the information that I've sent earlier.
oksy
hey is this possible to check the account is verified or not ? from api
Yes you can check its charges_enabled and payouts_enabled flags
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.