是否存在与NVP获取余额API相似的等效REST API函数来获取Paypal帐户的余额?

问题描述:

是否存在与NVP获取余额API相似的等效REST API函数来获取Paypal帐户的余额?

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

REST API尚不包含它,但是您可以使用经典的

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

如果您使用的是PHP,则可以使用我的类库可以很轻松地为您完成此任务. 这里是一个功能示例.

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.