I'm looking for a solution to transfer money from one persons account to another inside my web app. A use case of this would be a group of friends putting a set amount into one friends account.
Through researching this I have looked into Paypal and Stripe but cannot come to any conclusion and not sure how I'd use it within my app.
I have searched online for a solution but was hoping to see if anybody has had experience with this and could shed some light on the problems I may encounter or any useful tips they can provide.
The web app is built in Ionic using Angular and Parse as the backend solution.
Any advice would be great, Chris
You could use PayPal's Adaptive Payment "Pay" API to send money to someone else's account. You can find more info on this here.