PayPal DoDirectPayment API gives error 10001: timeout processing request

I am moving slowly with the Paypal API. The API call is currently causing 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 completely indicate that it has expired. Does this mean that he either launched an attempt to complete the transaction, or was disconnected because he could not authenticate the account? Here is the line Name-value-pair,

**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=$**

Another hint that might be helpful is when I try to enter the Sandbox Test test site

, . PayPal, , 100% , API. , API Sandbox Test, .

? ? ?

+5
3

, , , . . "032018", "3/2018", 10001, , , . verion 98.0, 99.0. 98.0.

+3

DoDirectPayment: http://www.paypalobjects.com/en_US/vhelp/paypalmanager_help/credit_card_numbers.htm

, , developer.paypal.com.

:

  • developer.paypal.com
  • > a >
  • , , ""
  • "" , .
+5

, , . .

1. "Business Pro"

→ - / → → .

- "-", , .

2. For me, it was the credit card number I entered. Do not use a fictitious credit card number, such as "424242424242424242" or "411111111111111111"

Always use the credit card number provided by paypal and the validity period of the card must also be obtained from PayPal.

You can get your credit card number and card_expiration_date "In the financing menu"

3. The option to view payments should always be enabled.

Hope this can help someone :)

+2
source

All Articles