#BrittanyG
1 messages · Page 1 of 1 (latest)
Also, the account that I am creating is of type custom and business type is individual. I want to control the entire flow/process of the user's experience.
When you make an Account Retrieve API call, you can check the requirements hash on the Account object to see any outstanding requirements. Are any showing up for you?
The outstanding requirement is the business industry
Do you have an Account ID I can look at?
acct_1N0xgHQhidiv2ksg
This is test data. I know that I am missing other information, the ssn, the industry, and the website.
Looks like you need to provide all the outstanding information in the requirements hash before you'll be able to take action on that account's payout capabilities
Here's what you're looking for: https://stripe.com/docs/api/accounts/object#account_object-business_profile
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Specifically MCC and URL are required, I believe
You may also need individual.id: https://stripe.com/docs/api/accounts/object#account_object-individual-id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok. Thanks
One more question. What parameter would I use to grab the users full ssn?
I am currently using the parameter individual[ssn_last_4], but that is not sufficient enough for the required information for instant payouts.
Have you already looked through this?
https://stripe.com/docs/connect/instant-payouts?dashboard-or-api=api
Yes. That is the documentation that I am currently using
I reinitialized the create payout call with the method set as instant after adding the additional fields to the account user, but it is still saying that the account is missing the full ssn.
Ah okay, so you would need to get the Person object ID from the Account object, then update that person's ssn_last_4: https://stripe.com/docs/api/persons/update#update_person-ssn_last_4
If the last 4 is not verified, then an ID document is required. Here are the docs for all required info: https://stripe.com/docs/connect/required-verification-information