Paypal credit card payment with Paypal checkout HTML button

FrancoisP
Contributor
Contributor

I met an issue w/ my Paypal checkout HTML button when I want to "Check out as a Guest". On the Paypal checkout page:
- I click on the "Check out as a Guest"
- I fill all the required fields
- I deny the Paypal account creation
and when I click the "Pay now" button, nothing happens (no error, no form submit)

Anybody ever encountered this kind of problem ? Any ideas ?

Thanks in advance

 

Paypal checkout HTML button code sample

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="xxxxx">
<input type="hidden" name="lc" value="FR">
<input type="hidden" name="item_name" value="buynow">
<input type="hidden" name="amount" value="1.50">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="button_subtype" value="BuyNow">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="return" value="xxxx">
<input type="hidden" name="cancel_return" value="xxxx">
<input type="hidden" name="tax_rate" value="0.000">
<input type="hidden" name="shipping" value="0.00">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_paynow_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_paynow_LG.gif" border="0" name="submit" alt="PayPal, le réflexe sécurité pour payer en ligne">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>
Login to Me Too
9 REPLIES 9

MTS_Ciaran
Moderator
Moderator

Just tested the button code and looks to be working for me, I was able to attempt a card payment. What Browser are you using, can you try the usual clear cache and cookies, and try a different browser?

Login to Me Too

FrancoisP
Contributor
Contributor

Hi,

 

Thanks for your reply.

 

I tried w/ another browser, w/ clear cache and clear cookies but same problem.

The button "Check out as a Guest" appears and works but when I fill all required fields (credit card, address, deny Paypal account creation) and click on the "Pay now" button, nothing happens (no error, no form submit).

 

If it is not a code issue, could it be acound related ? 

Login to Me Too

MTS_Ciaran
Moderator
Moderator

Possibly related to the account. Can you send me a link to where I can test the button on your live website?

Login to Me Too

FrancoisP
Contributor
Contributor

MTS_Ciaran
Moderator
Moderator

really odd. Its working fine for me. 

 

Are other customers complaining about this? 

Login to Me Too

FrancoisP
Contributor
Contributor

Weird indeed! I will ask other people to test.

 

I have a question. Did you have this 503 console error below:

 

GET https//t.paypal.com/ts?v=1.0.2&t=1479735092786.... 503 (Service Unavailable)

 

Thanks in advance.

Login to Me Too

MTS_Ciaran
Moderator
Moderator

ok so this issue has a reported on our side, we're working to get it fixed ASAP. Should be within a few days, I'll let you know once the fix has been delivered.

Login to Me Too

FrancoisP
Contributor
Contributor

Hi,

 

Do you have any updates on this issue?

 

I really appreciate any help you can provide.

Login to Me Too

MTS_Ciaran
Moderator
Moderator

Fix is in testing phase, I'll keep you posted as it moves live. 

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.