#steven_connect-subscriptions

1 messages ยท Page 1 of 1 (latest)

chilly zealotBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1228130102211248209

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

haughty spireBOT
hot elbow
#

steven_connect-subscriptions

#

Hey @quaint burrow ! My first question is: which connected account types are you using?

quaint burrow
hot elbow
#

It's hard to say, it depends on many things ๐Ÿ™‚

#

If you use Standard: your connected accounts have full Dashboard access. They can create their Product and Prices in the API or the Dashboard and then you can use those as needed as a platform in your own code.
If you use Express: they do not have Dashboard access or API access. Everything exists/lives on your own platform account. So you have to build a UI/admin panel to let them define what they sell so that you can create/maintain Products and Prices for them

haughty spireBOT
quaint burrow
hot elbow
#

I have to run but my colleague @cinder flame is taking over!

cinder flame
quaint burrow
#

I see, thank you for this @cinder flame .

If we use express account, I suppose we also make API requests to create new prices on behalf of conencted account using the account header. Is my understanding correct?