We would like to collect some funds from our visitors & after taking a minor fee, then payout to our users. I did a lot of researches and found some non-laravel helps, but do we have any solution for this in Laravel?
I already used Stripe Connect and know users should authenticate their accounts via Stripe Connect to give us user account ID and token but have no idea what is the best way to payout funds (their shares) like immediately or on a daily, weekly basis. First how to do it in laravel and second the best way of doing it to avoid multiple times Stripe fee.
in answer to the second question, I don't think you'll be able to escape a per transaction payment charge via stripe if you are making multiple transactions.
For stripe, your extra charge is the +20p (if you are in the UK).
You might want to check how its done in laravel spark as that has the means to pay out to affiliates.