#itaied_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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/1431129742702284893
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
https://docs.stripe.com/connect/authentication I'd recommend you using Stripe Connect so that you can make API requests on behalf of the connected account instead of asking them for API key
You can use OAuth to connect an existing Stripe account, details in https://docs.stripe.com/connect/oauth-reference
using stripe connect i can onboard them as express / standard, but they cannot act as platforms with connected accounts for themselves
They can also be the platform and connect to other connected accounts
can i execute payments on behalf of their connected accounts (without their api key)?
once again, we are building an e-commerce, so my client is a platform with merchants
Ok, so you are helping your client to setup their Stripe account as a platform? Is my understanding correct?
yes.
assume we have multiple clients, each one has its own application (that we build and manage).
each application is a marketplace with merchants (connected accounts) and our client is the admin of the app (the platform).
how can we offer the best onboarding?
currently we require the client to setup a stripe account and provide the api keys so our application can integrate with stripe connect on his account.
i would prefer a better way so we won't need the api keys but i don't see a way to achieve that
as an example think of Shopify which onboard their clients as "standard" stripe account. they cannot have their own connected accounts and act as a platform, so you cant build somethingl ike e-bay / amazon / ali-express using shopify
Currently you can only use Connect to make API requests on your immediately connected account. So there's really no resolution rather than asking your client to provide you their API key
thank you for your clear answer
that was my conclusion a while back, it's just that the sandbox seems to me at first look like a good solution for this