#Зданчук Дмитрий-Connect
1 messages · Page 1 of 1 (latest)
Hi there 👋 you'll definitely want to use Connect. In this case Connected Accounts would be your owners, and you would use Customer objects to represent your tenants.
You'll then want to look at the different types of charges that we have available and determine which best fits your needs:
https://stripe.com/docs/connect/charges
That decision will go hand-in-hand with the type of connected accounts you decide fit your needs:
https://stripe.com/docs/connect/accounts
ok. We have a Connected account that represents the Owner, a bank account is linked to this connected account. If the Owner changes a bank account, how can I update it in my Connected account?
That's going to depend on the type of connected account that you're going to use. For example, Custom connected accounts can have their external_account updated by an API call that you can make:
https://stripe.com/docs/api/accounts/update#update_account-external_account
This approach doesn't work however for Express or Standard connected accounts.
"you would use Customer objects to represent your tenants". I see two types of customers, what's the difference?
Those are the same type of object, but one resides on the platform account (the one accessed from the top nav) and the others reside on the connected account (the one seen on the left nav within the Connected Account pane).
Is it accessing the same object in different ways?
Not really, you just want to focus on the top one, ignore the other one
Thx
of course!