#_kevinx

1 messages · Page 1 of 1 (latest)

final sleetBOT
gentle mountain
#

Hi 👋

Can you link to the doc you were reading so we are on the same page (literally)?

gentle merlin
gentle mountain
#

Okay so

gentle merlin
gentle mountain
#

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?

gentle merlin
#

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?

gentle mountain
#

That is geting outside of what I can offer suggestions on

gentle merlin
#

When user set up a standard account, what data or information they need to provide or confirm, vs express account setup

gentle mountain
#

This server is focused on developers coding integrations with Stripe APIs

#

This is a bit more like a business review

gentle merlin
#

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

gentle mountain
#

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

gentle merlin
#

Great, this is where it gets interesting and I need to understand

gentle mountain
#

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

gentle merlin
#

ok, where data stored is the key difference
Express account, data is handled by the platform
Standard account, data is handled by Stripe?

gentle mountain
#

By the Connected Account

gentle merlin
#

What kind of data are we talking about here

gentle mountain
#

We are talking about the Data objects generated in Stripe

gentle mountain
#

I think you probably want to read more about how Stripe works in general

gentle merlin
#

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

gentle mountain
#

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

gentle merlin
#

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

gentle mountain
#

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.

gentle merlin
#

that doesn't make too much sense, I'm sure even standard account is used, Shopify knows clearly who their users and customers are

gentle mountain
#

They do because they also keep their own records

gentle merlin
gentle mountain
#

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

gentle merlin
#

What if Airbnb uses Standard account, what would happen

#

to the user and consumer

#

and platform

gentle mountain
#

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