Question

I'm implementing Paypal Express Checkout on a website, but am left a bit dubious about whether I'm using the latest API version, and the latest documentation.

The documentation on the Paypal website points to these files:

I can tell that they do not refer to the latest API version though, as they're using fields that this page considers deprecated (AMT, PAYMENTACTION, ...)

So my questions are:

  1. Where can I be sure to always browse the latest Express Checkout documentation?
  2. Where to find which is the latest version number (XX.0) available?
Was it helpful?

Solution

1) X.com houses the latest documentation. See this page for a list.

2) The WSDL will be your best source for the latest version. ex: ns:version="89.0" right at the top.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top