Vishal Pawar
Vishal Pawar

Reputation: 69

Regarding HTTP get and post method for classical nvp API paypal

I have PayPal integration with express checkout which uses NVP API version 119.0.

Do we need to change HTTP method to POST from GET while requesting NVP based API for version 119.0?

Any help would be really appreciated.

Upvotes: -1

Views: 369

Answers (1)

Vimalnath
Vimalnath

Reputation: 6463

PayPal currently accepts both GET and POST HTTP methods on our classic NVP/SOAP APIs, used for Express Checkout. Going forward, PayPal will allow the use of the POST request method only for these APIs.

To avoid any disruption of service, you must verify that your systems are ready for this change by June 2018.

https://www.paypal-notice.com/en/Discontinue-Use-of-GET-Method-for-Classic-APIs/

Upvotes: 1

Related Questions