That’s the answer: don’t use Chrome for payment. With Chrome, it won’t work; and then I tried Internet Explorer, and it works!
I had the same issue (using Chrome), I tried with Firefox and it worked, I had the “Pay” button and the payment worked well
I had the same problem, and unfortunately, hoju’s Javascript-fu didn’t work for me. For the record, I’m used to this kind of tricks, and use them often myself, so I knew what I was doing.
What magically worked instead was, without closing the browser, to visit this link:
https://www.pay.gov/tcsonline/payment.do?execution=e2s2#
That’s the page where my payment was interrupted, and magically, it asked my credit card information again, payment went through and my ESTA was approved!
Notes, this may not work for everyone:
If it doesn’t work, try to look at your browser history for any address including www.pay.gov, and try to reload that (that’s what I did).
I don’t know if this will work for other people, but I’m posting it here in case I can help some fellow traveler.
According to the ESTA payment information page:
If your system “timed out” during th.e step 4 of the application
payment process; you have 7 days to return to your Application for
payment. Please go to ESTA and “update/check status” . Once
you retrieve your ESTA; “payment required” message should appear and
click on the “pay” button to begin payment. If you do not pay with in
7 days; you will need to begin a brand new ESTA.
By comparing with a working payment form I was able to trigger payment by typing the following in console:
// add the missing form inputs
$("form").append('<input id="paymentDisclaimerChecked" type="checkbox" name="paymentDisclaimerChecked" value="yes" checked />')
$("form").append('<input type="hidden" name="_eventId_pay" value="Submit" />')
$("form").serialize() // check form values are as expected
$("form").submit()
Now have my ESTA approved – San Francisco here I come!
Credit:stackoverflow.com‘
4 Mar, 2024
5 Mar, 2024