I'm trying to get the PayPal Express module working on our site and it keeps throwing this error in the pink band when I click the PP Express button and try to continue through checkout using the PP Express option:
Paypal Express: 10471::ReturnURL is invalid.
After setting a debug, I received this info:
Code: Select all
DEBUG SEND DATA (SetExpressCheckout):
METHOD=SetExpressCheckout
USER=xxxxxx_xx.jiujitsujungle.com
PWD=xxxxxxxxxx
SIGNATURE=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
VERSION=60.0
PAYMENTACTION=Sale
AMT=5.99
CURRENCYCODE=USD
RETURNURL=https%3A%2F%2F%2Fjiujitsujungle.com%2Findex.php%3Froute%3Dpayment%2Fpaypal_express%2FGetExpressCheckoutDetails
CANCELURL=https%3A%2F%2F%2Fjiujitsujungle.com%2Findex.php%3Froute%3Dcheckout%2Fcart
NOTIFYURL=https%3A%2F%2F%2Fjiujitsujungle.com%2Findex.php%3Froute%3Dpayment%2Fpaypal_express%2Fcallback
HDRIMG=https:///jiujitsujungle.com/image/data/logo.png
SHIPTOSTREET=5482 xxxx
SHIPTOCITY=xxxxxxxxxxx
SHIPTOSTATE=CA
SHIPTOCOUNTRYCODE=US
SHIPTOZIP=xxxxx
SHIPTOPHONENUM=xxxxxxxxxxxxx
EMAIL=xxxxxxxxxxxxxxxx
L_NAME0=Rigan Machado Shoulder epaulette patch
L_NUMBER0=RiganP002
L_DESC0=Rigan Machado Shoulder epaulette patch
L_AMT0=5.99
L_QTY0=1
ITEMAMT=5.99
DEBUG RCV DATA (SetExpressCheckout):
TIMESTAMP=2010-10-30T17:25:25Z
CORRELATIONID=c896d7e8726dc
ACK=Failure
VERSION=60.0
BUILD=1553277
L_ERRORCODE0=10471
L_ERRORCODE1=10472
L_SHORTMESSAGE0=Transaction refused because of an invalid argument. See additional error messages for details.
L_SHORTMESSAGE1=Transaction refused because of an invalid argument. See additional error messages for details.
L_LONGMESSAGE0=ReturnURL is invalid.
L_LONGMESSAGE1=CancelURL is invalid.
L_SEVERITYCODE0=Error
L_SEVERITYCODE1=Error
RETURNURL
CANCELURL
NOTIFYURL
HDRIMG
Since I'm not familiar with API modules, where can I manually change the code so it points to a valid URL in those returns?
Or do I need to reconfigure the return URL completely...meaning do I need to set the above corrected URL in the Website Payment Preferences section of my PayPal acct?
Thanks in advance!
Lux