Title: Error Code 10486 Redirection
Last modified: February 1, 2019

---

# Error Code 10486 Redirection

 *  Resolved [EsperiaWeb](https://wordpress.org/support/users/esperiaweb/)
 * (@esperiaweb)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/error-code-10486-redirection/)
 * Hi, i know that this has been asked a million times but the problem it’s still
   there and it’s quite serious IMHO.
    Which is the best way to redirect the user
   adn let him know that there’s no enough fund on the chosen payment method?
 * Best regards
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-code-10486-redirection%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [angelleyesupport](https://wordpress.org/support/users/angelleyesupport/)
 * (@angelleyesupport)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/error-code-10486-redirection/#post-11171021)
 * Hi [@esperiaweb](https://wordpress.org/support/users/esperiaweb/),
 * Apologies for delay in getting back here, we are looking into this and will get
   back to you soon.
 * Thanks!
 *  Plugin Contributor [angelleyesupport](https://wordpress.org/support/users/angelleyesupport/)
 * (@angelleyesupport)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/error-code-10486-redirection/#post-11178277)
 * Hi [@esperiaweb](https://wordpress.org/support/users/esperiaweb/) ,
 * Did you set the error type to detailed rather generic Type in PayPal express 
   settings?
    Also, We do have some developer hooks to customize these experience.
   Here is a filter to alter this experience based on your needs.
 *     ```
       add_filter( 'angelleye_ec_display_type_message',
                    'my_function', 10, 3 );
   
       function my_function (
       $error_display_type_message, $ErrorCode, $ErrorLongMsg) 
       {
           $error_display_type_message = &quot;Please contact us and let us know you received error code $ErrorCode&quot;;
           return $error_display_type_message;
       }
       ```
   
 * For more, Please take a [look here](https://www.angelleye.com/paypal-for-woocommerce-developer-hooks-guide/)
 * Let me know if there will be any other questions or concerns.
    Thanks!
    -  This reply was modified 7 years, 3 months ago by [angelleyesupport](https://wordpress.org/support/users/angelleyesupport/).
    -  This reply was modified 7 years, 3 months ago by [angelleyesupport](https://wordpress.org/support/users/angelleyesupport/).
 *  [Henry](https://wordpress.org/support/users/henrybaum/)
 * (@henrybaum)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/error-code-10486-redirection/#post-11256265)
 * This code isn’t working (after changing `&quot;` to “).
 * In Sandbox, when testing a 10755 error with 107.55 purchase (from here – [https://developer.paypal.com/docs/classic/lifecycle/nt-classic/#test-api-error-handling-routines](https://developer.paypal.com/docs/classic/lifecycle/nt-classic/#test-api-error-handling-routines)),
   it returns the error “10755 – Currency is not supported” and not the “Please 
   contact us” message.
 * There doesn’t seem to be a way to test a 10486 error via Paypal Developer.
    -  This reply was modified 7 years, 2 months ago by [Henry](https://wordpress.org/support/users/henrybaum/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error Code 10486 Redirection’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paypal-for-woocommerce_dce4f5.svg)
 * [PayPal for WooCommerce](https://wordpress.org/plugins/paypal-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paypal-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paypal-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/paypal-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paypal-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paypal-for-woocommerce/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Henry](https://wordpress.org/support/users/henrybaum/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/error-code-10486-redirection/#post-11256265)
 * Status: resolved