#Sammyy
1 messages · Page 1 of 1 (latest)
Hi
Are you based in US ?
Portugal
What Connect account type are you using? Express, Standard or Customer? and what charge type?
Express, and i'm not too sure in the charge type but i think it's direct charges
So first of all, direct charges need to be used with Standard Account (that's the recommendation) for express accounts you should be using Destination or separate.
If you are using Standard Accounts, then each account can set its own tax rates if needed
How are you willing to accept Payments, using Stripe Checkout/Invoices ?
We are using checkout sessions
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
So, if your clients are using Express accounts there's not much they can do in terms of managing their own products and tax rates.
So i should probably use the standard type?
Yes.
However, you can also allow your users to create products and tax rates on your Platform programatically, through your application. Then the Connected Express accounts will only be responsible for payouts.
What resources of the api should we look for that?
And also if i decide on standard my clients can't create the accounts via API right?
They can!
Same way as you create Express but with type: 'standard':
https://stripe.com/docs/connect/standard-accounts#create-account
So to access the dashboard of a express account we use the createLoginLink, is there a specific way for the standard accounts?
They can login with their email and password, because Standard accounts get the complete Stripe dashboard.
One final question, with tax-rates we can only create one for each country right we can't specify a group of countrys?
Yes, only one country per Tax Rate object.
Thanks for the help
Happy to help. Please, let me know if you have any other questions.