#_kevinx
1 messages · Page 1 of 1 (latest)
Hi 👋
Can you link to the doc you were reading so we are on the same page (literally)?
Sure, here it is
https://stripe.com/docs/connect/standard-accounts
Okay so
Here are the differences
https://stripe.com/docs/connect/accounts
Yup, I was just going to share that
Standard Accounts have the least liability but they provide the least control to the Platform
All the Customers, Products, and Payments (all the Stripe objects essentially) need to exist on the Connected Account
I think about it like Shopify vs Amazon
In the Shopify model, the Platform provides the tools and services to allow the Connected Accounts to sell to their customers. That is like using Standard Accounts
You, the Platform, have the least liability because all you are doing is providing the plumbing
In the Amazon model, your platform is what the end customer sees. they might not even be aware the Connected Account exists. You keep all the records but also you have all the liability. You use the Connected Accounts as service providers to get the Customer what they are buying
Does that kind of make sense?
Thanks, let's go a little bit deeper, what do the users handle if they choose standard account vs express account, is it possible that business like Airbnb use standard account?
That is geting outside of what I can offer suggestions on
When user set up a standard account, what data or information they need to provide or confirm, vs express account setup
This server is focused on developers coding integrations with Stripe APIs
This is a bit more like a business review
oh it's an example mentioned in the document
it says business like airbnb uses express account while shopify uses standard
and it leads to the questions why business like airbnb can't use standard account
Right, because with AirBnB the platform stores all the Customer information
If AirBnB used Stadard Accounts, you would need to create a new Customer record and collect new Payment Method information each time one of your users stayed at a different location
Since the AirBnB host would be the account that has all the data
Great, this is where it gets interesting and I need to understand
Yeah, where the data lives has significant impact into what types of business it enables.
So for Shopfiy, part of the value proposition is that their users (the Connected Accounts) own all their own data and their customers are unique to them
ok, where data stored is the key difference
Express account, data is handled by the platform
Standard account, data is handled by Stripe?
By the Connected Account
What kind of data are we talking about here
We are talking about the Data objects generated in Stripe
I still don't get this lol
All the ones you create with the API https://stripe.com/docs/api
I think you probably want to read more about how Stripe works in general
I used Stripe previously but for direct charges, now I want to enplement Connect in my next product
the question is then which Connect account to use
Okay so with a Standard Account you would not see any of the charges, customers, saved payment methods on your account (the Platform)
They belong to the Connected Account
And you cannot use them with another Connected Account
oh, that hits the point
from the users' stand point, if Standard account is used, do they need to manage all these from their dashboard on their own?
btw, Stripe should quote what you just said in the doc, so it makes the difference more clear
You, as the platform, can create and upate these records yourself
You can make all the API requests in the API reference doc I linked above as the Connected Account
So you have a lot of control but the records still all belong on the Connected Account.
that doesn't make too much sense, I'm sure even standard account is used, Shopify knows clearly who their users and customers are
They do because they also keep their own records
But those are separate records and they do a lot of work to maintain concurrency between them, since any update to one record does not update the other
What if Airbnb uses Standard account, what would happen
to the user and consumer
and platform
They don't and I don't know enough about their specific integration to speculate
This server is for unblocking developers coding integrations with APIs.
If you have a question about the APIs and writing code to create or modify Stripe objects I can offer more concret advice there