Up :-)
Laravel Cashier & Stripe Connect for marketplace
Hey guys,
Any advice on using Laravel Cashier & Stripe Connect (for marketplace) ? If you have already used it in that way, what did you change to adapt it?
Thanks!
Have a nice day!!
This is a good resource to start: https://laravel-news.com/2015/05/laravel-and-e-commerce/
not related to Stripe Connect for marketplaces...
Up. In case someone is working with it ?
Depends on your needs. I am assuming you need one time payment vs a subscription.
Look at single charges. https://laravel.com/docs/5.2/billing
@jekinney Thanks, already had a look at it. A few problems, having several currencies is not supported. For connect accounts you also need to trigger payments later on.
So surprised no-one worked around has worked with Stripe Connect
Did you find an answer ??
any news or suggestion on this ? thanks
I also need this.
Any updates?
any updates?
any updates?
+1
I just created a small package for stripe connect: https://github.com/rap2hpoutre/laravel-stripe-connect
It's still a work in progress, but it's already usable: I use it in one of my own project.
Fill free to open PR or issue to make it better :)
any updates?
@rap2h is your package stripe-connect now ready to use? does this require laravel cashier or is standalone?
This would be great
2019 -> any one know how to do it with Laravel Cashier?
@gauravgupta https://laravel.com/docs/5.7/billing#stripe-configuration It is documented well here :)
@albertlabarento I asked for "Stripe connect".
Any update on this would be appreciated, thanks.
Regards, GHD - Developer at https://ghd-sports.xyz/
any update on this?
Just implemented things with the Stripe SDK. It's pretty straight forward.
Since @rap2h's package never got finished off and eventually archived, I decided to run with it and bring it up to date: https://github.com/simonhamp/laravel-stripe-connect
Appreciate it doesn't do everything, but if anyone else is looking for Stripe Connect stuff for Laravel maybe this helps?
I built this a while back, i've built an entire SaaS company using this plugin too.
It also now has Terminal and Payment link support for stripe connect too.
It won't let me post links as I'm a new user but the below command should help you find it on packagist.
composer require lanos/laravel-cashier-stripe-connect
Please or to participate in this conversation.