#rzhang139-retrieve-account

1 messages · Page 1 of 1 (latest)

cunning jewel
cunning locust
#

ok thanks! Where can I get the account information (e.g company name, website, bio, industry) from the onboarding when the account_updated is fired?

cunning jewel
#

That stuff will show up either in the business_profile hash, the company hash, or the individual hash, depending on the specifics of the account. I recommend just testing this out yourself!

cunning locust
#

ok i see this object

#
  "business_profile": {
    "mcc": null,
    "name": null,
    "product_description": null,
    "support_address": null,
    "support_email": null,
    "support_phone": null,
    "support_url": null,
    "url": null
  },
#

Is url the company webiste, name the company name, and product description the bio?

cunning jewel
cunning locust
#

i see thanks! Is there also a way to only allow certain business onboard? For example, must be from US, or can only be a company NOT individual?

cunning jewel
cunning locust
#

right, I am using Standard, but where can I ensure only business accounts can be onboarded? Is it through stripe account create api?

cunning jewel
cunning locust
#

but if we prefill the info, can they still change it during stripe onboarding?

cunning jewel
#

No, did you read the doc above?

#

"If you’ve already collected information for your connected accounts, you can prefill that information on the account object for the user and it won’t be collected again in the Connect Onboarding flow."

cunning locust
#

i see, thanks!