@mpierce486 You'll need to look into Stripe Connect if you’re wanting to create a marketplace-type app. The functionality for Connect is outside the scope of Cashier though, so you’ll need to familiarise yourself with Stripe’s API and SDK to build this.
May 2, 2021
1
Level 1
Add Ability for Users to Accept Payments
Hello, I’m planning to add a feature that allows my users to accept payment from others users. I use Laravel Spark for my users subscriptions to my website, but I’m searching for efficient ways to then allow these users to accept payment from other users. Does anyone know of efficient workflows?
I think I might just have to use Stripe OAuth for my users and set up a custom workflow for the users to create their own plans that other users will purchase. I can use Laravel Cashier for this too.
If there are any other suggestions I’d appreciate it. Thank you!
Please or to participate in this conversation.