DARKF3D3 Posted October 18, 2014 Share Posted October 18, 2014 In last days i notice some orders with these errors: ERRORCODE0 -> 10411L ERRORCODE0 -> 11084L What these error are for? Link to comment Share on other sites More sharing options...
bellini13 Posted October 18, 2014 Share Posted October 18, 2014 From https://developer.paypal.com/docs/classic/api/errorcodes/ 10411: 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. 11084: User does not have a good funding source with which to pay. Link to comment Share on other sites More sharing options...
DARKF3D3 Posted October 18, 2014 Author Share Posted October 18, 2014 Thanks. Reagards error 10411, PayPal module shoundn't do that? I mean this shouldn't be a function included in PayPal module by default? Sincerely I have no idea on how to do that... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now