#brunoripa.
1 messages · Page 1 of 1 (latest)
What is a Stripe 'account' in this context? What kind of API object?
Hi
express checkout
create an account => create an account link => etc etc
the video tutorials shows the need to track what's the "default" stripe account, as it's a mandatory thing. That's the nature of the question 🙂
Let me link the video I am talking about
In this episode, you'll learn how to build a a Stripe Connect webhook handler to handle asynchronous events happening both in your platform and on your connected accounts.
The platform we're building in this series allows creators to produce creative content (e.g., a newsletter), publish their content, and monetize their content with paid subsc...
It's at the right second on the timeline
Yeah unfortunately I won't have time to watch the video. But I imagine it's not something you'd need to worry about unless your business/use case is condusive to multiple accounts for a single user
I would expect that any user has a single stripe account
Ok, that makes perfectly sense, I just wanted to double check
Generally you'd map the acct_xxx ID in Stripe against a user in your system
Some business may allow a single user to connect multiple Stripe accounts, for example. In that case you'd probably what to track a 'default'
That's exactly what I did in the beginning, then the video derailed my mind
thanks !