#Ken Z - Custom Connect Accounts

1 messages · Page 1 of 1 (latest)

stark marlin
#

Hi Ken

#

Posting here to keep everything together

solid flower
#

cool thanks

stark marlin
#

You can avoid this. This is done by creating an account first, then you create 1 or more person entities on the account to represent the individuals who have control of the business represented by the account.

When creating a person you use the person.relationship attribute to specify how that person relates to the business.

https://stripe.com/docs/api/persons/create#create_person-relationship-percent_ownership

Here you can specify the percent_ownership. If Stripe doesn't have 100% of the ownership identified, or the relevant roles identified, Stripe will ask if anyone else serves in those roles or has any ownership stake.

solid flower
#

cool, does that mean if a person is with 100% of ownership, stripe won't ask that info again on dashboard, am I right?

stark marlin
#

You can also ping the API to see if the data provided has flipped those properties from false to true to skip the Dashboard interface if you want.