Error Code
-
I am able to find an explanation for the error code but have no clue how to solve the problem:
Error Code: 10411 – This Express Checkout session has expired. Token value is no longer valid.
https://developer.paypal.com/docs/classic/api/errorcodes/
If you receive this error, you must return your buyer to PayPal to approve the use of PayPal again. Display an error message to inform the buyer that the transaction expired, and provide a button to return to PayPal. In this situation, you are effectively restarting the entire checkout process. (Do not reuse the expired token value on SetExpressCheckout request.) However, because you already know the final OrderTotal, be sure to update the value for that element if appropriate. You might also want to update the values for ReturnURL and CancelURL, if necessary.
I have no idea what the means!
The topic ‘Error Code’ is closed to new replies.