#Ken Z - Custom Connect Account
1 messages ยท Page 1 of 1 (latest)
HI ๐
Could you provide an example of the request ID where you set the account ownership?
sure, wait a sec
hi, sorry, may take a while to dig our log to find out the request id
if we give you the account id, will that help?
the stripe customer account id is acct_1KGWMrQXiufsdxiV
it's on stripe test env
Okay I can see the request you made to create this account
The problem you had was that, after you created the person to serve as the owner, you need to back and update the the company attributes: https://stripe.com/docs/api/accounts/update#update_account-company-directors_provided
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, set the directors, exectives, and owners provided to true after you've created the person for that account.