cancel
Showing results for 
Search instead for 
Did you mean: 

Secure Acceptance and Google Recaptcha

I am using Secure Acceptance Secure Checkout and trying to integrate with Google Recaptcha v3. If I add the Signature and hidden fields that I need to call Secure Acceptance, then the Recaptcha quits working. Same with the other way around. I cannot get them both integrated and working together. Any help or direction is greatly appreciated. The website language is aspx.net using VB.

pwalkins
Member
1 REPLY 1

It sounds like the two pieces are interfering with the same form submission. I would first separate the reCAPTCHA validation from the Secure Acceptance signing step and check which one is actually preventing the form from submitting.

Since you're using ASP.NET with VB, I would compare the rendered form and the final POST request when each integration is enabled. Pay particular attention to whether adding the Secure Acceptance hidden fields changes the form submission or causes another submit event to fire. That should help narrow down whether the issue is with the signing fields, the reCAPTCHA callback, or the way the two are being handled together.

Data Analyst and Developer at IBM
alextaylorone
New Member