close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

This transaction couldn't be completed. Please redirect your customer to PayPal.10486Error63.015295733"

Thread began 2/20/2015 3:21 pm by sublucent | Last modified 11/23/2015 3:15 pm by Ray Borduin | 19114 views | 8 replies |

sublucentBeta Tester

This cart has been setup and working well for years. Recently it began to send this error message:
This transaction couldn't be completed. Please redirect your customer to PayPal.10486Error63.015295733

Apparently this error is happening when someone attempts to pay with PayPal but chooses to pay with their credit card instead of logging in or setting up a PayPal account.

The cart did have some issues with duplicate transactions that Ray had worked on but this doesn't seem to be related.

Thanks in advance for your help.

Sign in to reply to this post

Jason ByrnesWebAssist

This is the paypal Funding failure error, see this page for details:

https://developer.paypal.com/docs/classic/express-checkout/ht_ec_fundingfailure10486/

  Possible reasons for payment failure include:

*The billing address associated with the financial Instrument could not be confirmed.
*The transaction exceeds the card limit.
*The transaction was denied by the card issuer.  
Sign in to reply to this post

sublucentBeta Tester

Ah, thanks. I'll look into this.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

sublucentBeta Tester

Add Redirect On Error

Hello,

The same error popped up again. How can I add the redirect to eCart that PayPal suggests to add on this page: https://developer.paypal.com/docs/classic/express-checkout/ht_ec_fundingfailure10486/ when this error occurs?

Thanks for your help!

Sign in to reply to this post

Ray BorduinWebAssist

I'm not sure what you are referring to... is there a particular error you are trying to capture, or do you always want to go to the cart instead of the error page? I just need a bit more information about what the exact problem is and what you are trying to do so I can give the correct direction.

Sign in to reply to this post
Did this help? Tips are appreciated...

sublucentBeta Tester

I would like to capture this error: "This transaction couldn't be completed. Please redirect your customer to PayPal. 10486Error63.015295733" and as PayPal suggests, redirect the customer back to PayPal to choose another payment method. I found the error in the email that eCart sends me when there is a problem, this was the text at the end of the email:
"WebAssist.eCartPHP.Pro.ECOamazing sequin usa top (medium)13012803sequin angoRA SWEATER (MEDIUM)6812830amazing silk embroidery kimono 10812741" ["ECO_Process_Result"]=> string(2332) "2015-11-22T17:32:23ZFailure18da9764d8ab4This transaction couldn't be completed.This transaction couldn't be completed. Please redirect your customer to PayPal.10486Error63.018308778" } "
I'm assuming that this is a PayPal error and not an error from eCart. This error popped up a few times and the customers have all said that their payment information was correct. I don't know how else to troubleshoot this.

Sign in to reply to this post

Ray BorduinWebAssist

I think to account for this error you would place this on the top of your failure page (if it isn't already there):

php:
<?php

require_once("WA_eCart/Adv_CO_Scripts/PP_ECO_Process_PHP.php");
?>


Then add this code to trap the error and show a specific message:

php:
<?php

if (PP_ECO_Process_Result("Error Code") == "10486") {
?>
<p>
Your purchase has been declined.<br>
Possible reasons for payment failure include:<br><br>

    The billing address associated with the financial Instrument could not be confirmed.<br>
    The transaction exceeds the card limit.<br>
    The transaction was denied by the card issuer.<br><br>

Please <a href="checkout.php">try again</a> and use a different payment method.
</p>
<?php
}
?>
Sign in to reply to this post
Did this help? Tips are appreciated...

sublucentBeta Tester

Thank you. I'll try it out.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...