views:

31

answers:

0

Hi all,

This is my first post here. I hope somebody could help me. I am facing a strange problem.

My client created a hosted Subscription button and gave me following code to apply in our website:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="X9Z9BHN867R2E">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

On Paypal's Checkout screen there are 2 options: 1) Already have PayPal account (2) Create PayPal account.

If I choose first option and enter a wrong username/password. Then I see a link: "Pay using your credit or debit card". When user clicks on this link, it just throws an error: "The link you have used to enter the PayPal system is invalid. Please review the link and try again."

What is the possible cause of this issue? Am I doing something wrong or is it a bug at PayPal end. Any help is highly appreciated.

regards, Waqas