Paypal NVP API - Keep getting error 81002
- by Andree
Hi there,
I am new to PayPal API, and I'm having trouble calling SetExpressCheckout using CURL in PHP.
I have set everything correctly, as far as I'm concerned, but I kept getting an 81002 error "Method Specified is not Supported".
The code snippet is below. I got the CA Root certificates file from here.
<?php
$paypal_data = array(
…