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 usin...
For this kind of scenario, I’d put the trust boundary on the server
rather than trying to make the mobile client impossible to modify. A
modified APK can potentially change what the client displays or sends,
so the important part is that unlocking pa...
The fact that transient token generation and token validation are
succeeding is useful here, because it narrows the failure down to the
payment authorization path rather than the tokenization step. I would
avoid changing the JWT or card payload until...
Since both the microform v2 sessions endpoint and the Microform iframe
were timing out, that seems to point more toward a sandbox-side issue
than a problem with the local integration.For anyone still seeing this
kind of behavior, it would be useful t...