ExpDev07 / laravel-cashier-stripe-connect

💲 Adds Stripe Connect functionality to Laravel's main billing package, Cashier. Simply works as a drop-in on top of Cashier, with no extra configuration.
https://github.com/ExpDev07/laravel-cashier-stripe-connect
MIT License
61 stars 28 forks source link

Single charges #20

Open Hesesses opened 2 years ago

Hesesses commented 2 years ago

Helllo and thank you for creating this.

I'm wondering does this package support creating single charges for connected accounts?

l4nos commented 1 year ago

I've forked the project to add a lot of functionality on.

https://github.com/syn6UK/laravel-cashier-stripe-connect

Supports direct and destination charges.

I'm currently working on connected customers, products and subscriptions.

I'd advise not to use in production until I officially release which should be before the end of the month.

l4nos commented 1 year ago

Please see the documentation for the aforementioned new package

https://updev-1.gitbook.io/cashier-for-connect/

la5digital commented 1 year ago

Hi @syn6UK, is it compatible with the latest version of Cashier (v14.2.1)?

l4nos commented 1 year ago

Yes it is. I am trialing it on a production project using latest cashier, latest stripe API and also Laravel 9.

But it's been tested against earlier versions too.

I've also just added in webhook support.

l4nos commented 1 year ago

After testing on staging and now on a production projext the New package is released

Webhooks are working fine, obviously given the flexible nature of connect you need to declare and build your own listeners, but i've provided some example patterns including how to support segmented multi tenant platforms.

Simply install with

composer require lanos/laravel-cashier-stripe-connect

https://updev-1.gitbook.io/cashier-for-connect/

ExpDev07 commented 1 year ago

@syn6UK great work! Feel free to submit a PR here updating the README.md to recommend the new project :).

l4nos commented 1 year ago

Done mate! PR Made. I've left credit on my readme file and also on my gitbook to credit everyone up until this point.