I am using paypal button.Code is
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="encrypted" value="test">
<input type="image" src="http://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
How can I test this with test card number.I tried
MasterCard:5555555555554444
MasterCard:5105105105105100
Visa:4111111111111111
Visa:4012888888881881
But shows error "The card you entered cannot be used for this payment. Please enter a different credit or debit card number."