I am using web payments and calling verifyBuyer method, however while it generates verificationToken - it never shows me a modal to enter a verification code. I’m using a test card: 5248 4800 0021 0034, it then fails a transaction stating that it’s missing the verification code. When I check browser’s console, I see an error on a PUT call to square three-ds-authentication, showing:
"errors": [
{
"category": "INVALID_REQUEST_ERROR",
"code": "BAD_REQUEST",
"detail": "Error authenticating with 3DS Server"
}
]
p.s. my site is under ssl