nkukday
nkukday

Reputation: 745

Can I use Paypal APIs for sending money from one user to another directly?

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

Answers (1)

Mitesh Ukate
Mitesh Ukate

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

Related Questions