The right way to develop against of PayPal platform

Posted by zshamrock on Stack Overflow See other posts from Stack Overflow or by zshamrock
Published on 2012-11-19T20:32:26Z Indexed on 2012/12/10 5:04 UTC
Read the original article Hit count: 249

Filed under:
|

What is the right/recommended way to develop against of PayPal platform:

  • Use the New PayPal SDK (https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index)
  • Use the legacy PayPal SDK (which is quite old right now)
  • Just send raw HTTPS requests following NVP protocol (in the end they are just REST-like API), and do not depend on any official API (just depend on the official NVP protocol description)

Which one is considered the right way to go?

© Stack Overflow or respective owner

Related posts about paypal

Related posts about paypal-api