laravel-cashier-stripe-connect icon indicating copy to clipboard operation
laravel-cashier-stripe-connect copied to clipboard

Single charges

Open Hesesses opened this issue 3 years ago • 7 comments

Helllo and thank you for creating this.

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

Hesesses avatar Aug 04 '22 14:08 Hesesses

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 avatar Sep 26 '22 20:09 l4nos

Please see the documentation for the aforementioned new package

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

l4nos avatar Oct 01 '22 22:10 l4nos

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

la5digital avatar Oct 06 '22 14:10 la5digital

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 avatar Oct 11 '22 04:10 l4nos

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/

l4nos avatar Oct 14 '22 06:10 l4nos

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

ExpDev07 avatar Oct 14 '22 10:10 ExpDev07

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

l4nos avatar Oct 31 '22 00:10 l4nos