-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single charges #20
Comments
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. |
Please see the documentation for the aforementioned new package |
Hi @syn6UK, is it compatible with the latest version of Cashier (v14.2.1)? |
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. |
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
|
@syn6UK great work! Feel free to submit a PR here updating the README.md to recommend the new project :). |
Done mate! PR Made. I've left credit on my readme file and also on my gitbook to credit everyone up until this point. |
Helllo and thank you for creating this.
I'm wondering does this package support creating single charges for connected accounts?
The text was updated successfully, but these errors were encountered: