vote up 0 vote down star

Hi, is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.

many thanks

flag

75% accept rate

1 Answer

vote up 1 vote down check

You've got two main options: use the MassPay API or try out the new Adaptive Payments API.

The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs, so that's where i'd start if i were you. It supports SOAP, NVP, JSON and plain XML. MassPay has both a SOAP and NVP interface.

IPNs are a totally different subject: https://www.paypal.com/ipn

link|flag
many thanks! Adaptive Payments API looks to be the right option for me – harvejs Nov 10 at 11:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.