Paypal - Redirecting after 10486 in Express Checkout -
i'm integrating .net application paypal express checkout.
i'm using paypal sdk .net call setexpresscheckout
, doexpresscheckoutpayment
.
i'm using in-context javascript api described in advanced in-context javascript settings
paymentaction sale
, solutiontype sole
we've had occasions received 10486
error. paypal's recommendation recovering redirect paypal existing payment token
upon receiving error code, redirect buyer paypal using existing express checkout token. on paypal page, buyer presented error message explaining reason decline.
i have 2 questions paypal's recommendation:
doing redirect
how should redirect buyer paypal? use following js:
paypal.checkout.startflow(data.token);
should use same js again after receive 10486
error, or use other method?
where error message?
i've tried using approach above, manually redirecting
https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=[token]
after redirect don't see error message explaining reason decline paypal instructions should.
am doing wrong?
Comments
Post a Comment