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:
XX.0
) available?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.