Reputation: 745
I am developing an app that can transfer payments between users using their phones. Need to use a third party payment service that enables sending money using either phone number or email.
Upvotes: 1
Views: 1298
Reputation: 173
You can use Paypal's Adaptive payment api check this out. Moreover paypal has features of implicit payment where api user and sender will be same and with your code (with the help of api secret and password) you can send payment from one paypal to other paypal account or card.
Upvotes: 1