Systematix Infotech
Systematix Infotech

Reputation: 2365

dodirect payment using paypal pro in php

I am doing a NVP for a doDirectPayment.

I am getting error response 10001 as below.

Array ( [TIMESTAMP] => 2014-02-26T10:52:52Z [CORRELATIONID] => 7870481221c21 [ACK] => Failure [VERSION] => 85.0 [BUILD] => 9878152 [L_ERRORCODE0] => 10001 [L_SHORTMESSAGE0] => Internal Error [L_LONGMESSAGE0] => Internal Error [L_SEVERITYCODE0] => Error [AMT] => 12.00 [CURRENCYCODE] => USD )

Some time its works but most of the time I am getting above response.

Can you please suggest some solution for this ?

Thanks in advance

Upvotes: 0

Views: 80

Answers (1)

Jakub Korupczyński
Jakub Korupczyński

Reputation: 480

If this is on sandbox then this is just sandbox error. I didn't have any internal error on live server. On sandbox I have a lot of them. Sandbox just dies sometimes probably.

Upvotes: 0

Related Questions