PayPal SOAP and NVP

I would recommend using the NVP (Name-value pair, basically POST with data) API over the SOAP API. NVP should be significantly lighter weight than SOAP. There are a few questions already on SO that complain about SOAP. I just was trying to figure out which to use and came upon those. Hope that helps. Also, … Read more

How to send money to any paypal account

You’ve got two main options: use the MassPay API or Adaptive Payments API. Note: Adaptive Payments is not available for new integrations. PayPal provides documentation to only support existing integrations The Adaptive Payments option gives you a lot more control over the payment and is the future direction of the Paypal APIs. It supports SOAP, … Read more