Is there an equilent REST API Function to get the balance of an Paypal account ,similar to the NVP get balance API? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . 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