How to implement guest checkout with paypal?

MVI_Onm
Member
Member

Hi,

 

This is my code of paypal button to be embeded on the website

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="xxxxxx">
<input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal è il metodo rapido e sicuro per pagare e farsi pagare online." style="width: 300px;">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

 

The problem is that when I try to pay by card it asks me to create paypal account in the form. I want people to pay by credit/debit card as guest who don't want to create the paypal account but here it's mandatory to create the account. How can I improve this?

Login to Me Too
1 REPLY 1

MTS_Ciaran
Moderator
Moderator

Can you post a link to where I can test the button on your website?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.