#austin-siewert_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/1443279989918142538
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
To add more context, the goal here is for the premium users on our platform to use their primary Stripe account, that way there's no fragmented approach in their accounts with our platform. I know restricted API keys can solve this, but I'm wondering if it can be solved with the Stripe Connect platform.
I'm not sure what you mean by Does Connect OAuth only connect Stripe accounts to the Stripe Connect platform, or is that a direct connection to the primary account?
Oauth gives you the ability to connect an existing stripe account to your platform
Sorry for the lack of clarity. See if this helps add some context: https://www.loom.com/share/814f3e3cae7242c39a770437f63212be
In this video, I wanted to share our progress on the Tillage platform and discuss the challenges I'm facing with the Connected Accounts feature. Specifically, I'm trying to ensure that users with established businesses can seamlessly access their customer payment methods without starting over. Our platform will have a 1% fee for premium users, a...
hi! taking over the thread and catching up on context
ok, i watched the video and i'm still a little confused - i think i might need to know a specific business case you're trying to solve for or something along those lines
for example, if an account connects to your platform via oauth then you will be able to interact with customers, payment methods, etc on their account using the stripe-account header when making API calls. are you just trying to create payments on behalf of the connected account and charge a platform fee?
Okay, that's what I was trying to do yesterday but maybe it was b/c I went the stripe connect platform onboarding vs oauth.
Tillage has two monetization paths:
- Freemium model adds a 1% platform fee to online payments
- Premium opts out of the 1% platform fee and creates transactions, customers, payment methods directly in that users primary stripe account.
Can Stripe Connect do both? Or do I need to use Stripe Connect (express/standard) accounts for #1 and use Stripe Connect oAuth for premium users.
yeah, you will need oauth to connect to existing stripe accounts, so you will definitely need oauth for #2
Okay, see if this validates your answer: https://www.loom.com/share/36e8ee6a7dca4fa89d879fb1cc4282f4
In this video, I discuss my experience with creating a standard account using my Seabird account and the challenges I faced when rolling out the Stripe Connect platform. I was able to access payment methods and process invoices initially, but lost access to customer data after switching to the standard account type, even with the account ID head...