I'm getting the 81002 Method Specified Not Supported error back from the paypal API when I make this curl call:
curl -v https://api-3t.paypal.com/nvp \ -H 'Content-Type: application/json' \ -d '{ "USER":"xxx", "PWD":"xxx", "SIGNATURE":"xxx", "METHOD":"GetTransactionDetails", "TRANSACTIONID":"1E9110554D136853V", "VERSION":"94" }'
I've checked that GetTransactionDetails is a valid method. Is there something wrong with the curl call?
Thanks!
- Randy