#sunnylbk
1 messages · Page 1 of 1 (latest)
Hi there!
Here is a screnshot
Which type of accounts are you creating (Santard, Express, Custom)?
Express
Is there any setting to make these editable?
Nope, only the Express account owners can make changes to their accounts
Also, how can generate link for such customer using which they can manage their payment accounts, like adding/removing cards?
With an Account Link: https://stripe.com/docs/api/account_links/create
Got it. We will still be able to make changes to Express accounts, using APIs, correct? Like if we want to change their payout settings
Yes there are some things that the platform can control, like payout settings.
Got it. Another question: can we manage tax rates at the customer level? Currently I see it at our account level
What do you mean by "manage tax rates at the customer level"?
Sorry, at the connected account level. Can we let our connected accounts create their own tax rates and use that for invoicing their end customers?
If you are using Express accounts, you should use Destination Charge. Which means all objects involved in a payment (customer, payment method, tax rates) should live on your platform account and not on the connected account.
Got it
Thanks!
On those lines, should we have customers too on the platform account? or can we manage them at the connected account level?
With Express, the customer objects will be on the Platform account. You can learn more about Destination Charges here: https://stripe.com/docs/connect/destination-charges
We have 2 scenarios here:
- We have a platform account, we created connected accounts and for us, these connected accounts can also be customers so we can charge them a recurring fee
- Connected accounts themselves will have their end-clients, which we are trying to model as customers in Stripe under a connected account (screenshot above is from there)
Even in the second case, should we have customers at platform level and not at the connected account level?
If you are using Express, you should use Destination Charge. And like I said before, it means that the customer are stored on the platform yes.
Make sure to read < https://stripe.com/docs/connect/destination-charges>