Is there an equilent REST API Function to get the balance of an Paypal account ,similar to the NVP get balance API? [closed]

久未见 提交于 2019-12-12 01:59:50

问题


Is there an equilent REST API Function to get the balance of an Paypal account ,similar to the NVP get balance API?


回答1:


The REST API doesn't include it yet, but you can use the classic GetBalance API.

If you're working with PHP you can use my class library to get this done for you very easily. Here's a functional sample.



来源:https://stackoverflow.com/questions/25341990/is-there-an-equilent-rest-api-function-to-get-the-balance-of-an-paypal-account

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!