#hieutrung203
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- hieutrung203, 2 hours ago, 5 messages
- hieutrung203, 22 hours ago, 5 messages
- hieutrung203, 2 days ago, 23 messages
- hieutrung203, 2 days ago, 30 messages
- hieutrung203, 2 days ago, 12 messages
- hieutrung203, 3 days ago, 31 messages
and 2 more
You can check the requirements hash of the account to determine if there is any incomplete information to be submitted: https://stripe.com/docs/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.
https://stripe.com/docs/api/accounts/object#account_object-individual This link > verification > status why this field, i check some account dont have individual object, but when i create account via API with custom 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 don't quite understand what you mean, do you have an account id that I can refer to?
first i create account, next i should to add some information, right? So that i call api account link to add information, insteads of go to dashboard and fill in manually, but how i can know this account has been completed add information or no? i already try $stripe->accounts->all() to check account, and i see some account have field individual object, some account dont have? what does that mean?
is your question how do you know that the connected account user has completed the onboarding form via the Account Link?
yes
i think is field status in last object
but some account dont have individual object, what does that mean?
to see if the connected account user has completed the onboarding form, you can probably take a look at https://stripe.com/docs/api/accounts/object#account_object-details_submitted
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
some account dont have individual object, what does that mean? - can you give me an example account id?
you created this account with business_type=individual : https://stripe.com/docs/api/accounts/object#account_object-business_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes, i alway create with 'business_type' => 'individual',
Hey! Taking over for my colleague. Let me catch up.
can you read old message?
Yes, checking...
The account you've shared is a restricted status
You want to complete it's onboarding or what exactly ?
You can handle the verification of the Custom Account using APIs following this guide:
https://stripe.com/docs/connect/handling-api-verification