https://api-3t.sandbox.paypal.com/nvp - this is for nvp. How to invoke for JSON? are the input parameters the same? what are the response parameters? I want to call this API from a javascript.
Asked
Active
Viewed 79 times
1 Answers
0
The Mass Pay API only supports SOAP/XML and NVP (name value pairs).
However, there are many options you could use to convert from XML to JSON.
Like this one for instance: https://www.npmjs.com/package/xml2js

schmidlop
- 1,356
- 16
- 31