#BrittanyG

1 messages · Page 1 of 1 (latest)

crystal remnantBOT
brazen rune
#

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.

wild kindle
#

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?

brazen rune
#

The outstanding requirement is the business industry

wild kindle
#

Do you have an Account ID I can look at?

brazen rune
#

acct_1N0xgHQhidiv2ksg

#

This is test data. I know that I am missing other information, the ssn, the industry, and the website.

wild kindle
#

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

#

Specifically MCC and URL are required, I believe

brazen rune
#

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.

wild kindle
brazen rune
#

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.

wild kindle
#

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

Learn what required verification information you need to collect for each country when using Connect.