Hi, I am using this square authorized package react-square-web-payments-sdk
Using the cardTokenizeResponseReceived method.
Everything worked fine in the sandbox, I turned on production and the PUT request for 3ds started crashing with error Bad Request INVALID_REQUEST_ERROR
cardTokenizeResponseReceived method fires PUT request to https://connect.squareup.com/v2/analytics/verifications/verf:XXXXXXXXX/three-ds-authentication
and then I’m getting this response
{
"errors": [
{
"category": "INVALID_REQUEST_ERROR",
"code": "BAD_REQUEST",
"detail": "Error authenticating with 3DS Server"
}
]
}