Using Stripe to MAKE payments TO a user?

I know Stripe can allow my app to collect payments from a user. Can it also allow my app to make payments to a user? I have a basketball league app that has a user type “Scorekeeper” who needs to be paid for each game that they work. I’d love to be able to automate that payment using Stripe.

You can use Stripe Connect ( https://stripe.com/ae/connect ) I also find the following video to be very useful in understanding how it works ( How to use destination and direct charges with Stripe Connect in Bubble.io - YouTube ).

That being said, PLEASE PLEASE make a very detailed research about it and don’t hesitate to contact Stripe support team, because sometimes this service has limitations Like for example
( Cross-border payouts | Stripe Documentation )

Also there is a company called Dots ( https://dots.dev/ ) that is worth looking into their offering.

thanks!