laravel-cashier-stripe-connect
laravel-cashier-stripe-connect copied to clipboard
💲 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.
Helllo and thank you for creating this. I'm wondering does this package support creating single charges for connected accounts?
1. The $amount parameter for reverse transfer can be null by default and is not required #10 2. The arrival_date parameter is not needed to create a payout https://stripe.com/docs/api/payouts/create 3....
Hi there, I'm getting this warning when running on PHP8 `Deprecated: Required parameter $amount follows optional parameter $refundFee in /Users/Code/project/vendor/expdev07/laravel-cashier-stripe-connect/src/Concerns/ManagesTransfer.php on line 53` As far as I can tell, this...