0

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

AMR
  • 33
  • 5
  • 5
    Welcome to SO! Unfortunately, this isn't really the place to ask if an API exists or not. PayPal's API is publicly documented [here](https://developer.paypal.com/docs/api/). If you're having trouble implementing something using their API though, feel free to ask another question :) (if you do, be sure to let us know what you've tried and why it didn't work) – Mike S Aug 16 '14 at 17:23

1 Answers1

3

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.

Drew Angell
  • 25,968
  • 5
  • 32
  • 51