I am making slow progress with Paypal's API. Currently, making an API call is yielding a timeout error (ERRORCODE:10001):
**HttpResponseTIMESTAMP=2013-03-08T01:25:56Z&CORRELATIONID=e00b64a9e4c97&ACK=Failure&L_ERRORCODE0=10001&L_SHORTMESSAGE0=Internal Error&L_LONGMESSAGE0=Timeout processing request**
The above error does not quite indicate much besides that it has timed out. Which means it either timed out attempting to perform the transaction or timed out since it was unable to authenticate the account ? Here is the Name-value-pair string,
**METHOD=DoDirectPayment
&VERSION=99.0
&PWD=1362597445
&USER=paypro_1362597411_biz_api1.hotmail.com
&SIGNATURE=AFcWxV21C7fd0v3bYYYRCpSSRl31AA.mtioVVAeUWZAnm4W4LmSKUmC8
&IPADDRESS=192.168.237.124
&PAYMENTACTION=SALE
&AMT=660
&CREDITCARDTYPE=VISA
&ACCT=4926081645578645
&EXPDATE=3/2018
&CVV2=333
&FIRSTNAME=Parijat
&LASTNAME=Kalia
&STREET=3302+Folsom+Street
&CITY=3302+Folsom+Street
&STATE=CA
&ZIP=94110
&COUNTRYCODE=US
&CURRENCYCODE=$**
The other cue that might be helpful is that when I attempt to login to the Sandbox Test Site
with the credentials mentioned, it does not log me in. However, inside my paypal developer site, under test accounts the very same credentials are clearly stated and I am 100% simply copy pasting the username, password and API. A friend stated that those test accounts for API calls do not let you log in to the Sandbox Test site which comes across as very dubious.
Leads? Solutions ? Critiques ?