2

Can we transfer money from one Business account to other personal account using only API credentials?

As we want to call a script with API credentials of Business account to transfer money to other's personal account, without clicking on any Paypal Pay button.

Please help us out.

Shashank
  • 51
  • 1
  • 4

3 Answers3

0

If you can do it I believe that your key to success lies with PayPal's MassPay API. I am not intimately familiar with this but it because I haven't had to use it yet but on the surface it looks like it may do what you need.

With their other APIs and services you cannot transfer funds without logging into PayPal at some level.

Ding
  • 3,065
  • 1
  • 16
  • 27
  • Can you please tell where to get that MassPay API files? as we didn't get any API file over that link. – Shashank May 01 '13 at 06:42
  • It's a REST API. https://developer.paypal.com/webapps/developer/docs/integration/direct/make-your-first-call/ – ceejayoz May 01 '13 at 13:17
0

Have a look at MassPay API.

This should help you.

Chirag B
  • 2,106
  • 2
  • 20
  • 35
0

You can use the MassPay API to do this if you are just wanting to use your API credentials. You can find a code example in PayPal's Merchant SDK. There is an example in Ruby, Java, PHP, and .NET. Also, another method to send funds to an account would be to use the Adaptive Payments API, but this requires you to submit an application on x.com and be approved to use it.

PP_MTS_Chad
  • 7,311
  • 1
  • 15
  • 20