Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal - use latest API version by default

Tags:

paypal

I’d like my app to always use the latest version of the Paypal API, it’s my understanding that if I do not specify “VERSION” in the NVP collection the latest version will be called by default. Can anyone confirm this?

like image 618
s d Avatar asked Mar 12 '12 04:03

s d


1 Answers

No, that's just one of the many lies in the Paypal docs :)

10006 Version error Version is not supported

So I'm using "the current version" which as of October 2 2012 is 95.0 (link).

like image 93
s d Avatar answered Sep 22 '22 20:09

s d