Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
https://api-3t.sandbox.paypal.com/nvp - 这是用于 nvp。如何调用 JSON?输入参数是否相同?什么是响应参数?我想从 javascript 调用这个 API。
Mass Pay API 仅支持 SOAP/XML 和 NVP(名称值对)。
开发者指南
但是,您可以使用许多选项将 XML 转换为 JSON。
比如这个:https ://www.npmjs.com/package/xml2js