restapipaypalnvp

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


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


Solution

  • 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.