I’m trying to integrate PayPal payments pro express checkout. I’ve used the following code:
https://www.x.com/paypal-apis-getexpresscheckoutdetails-php-5.3/nvp
I entered my Api credentials and also turned on the relevant website preferences, but I keep getting the error, token is not received. Does anyone know what the problem could be? I’m lost.
From the comments of that script:
From what I understand, you need to direct the user to PayPal first, and send the return_url to point to this script. Then after the user has paid, he will be redirected to this script.