How to test with invalid OTP in the 3DS Challenge Form in Sandbox

As mentioned on previous messages. Cancelling the 3DS form, result to an exception error.
We need to get the actual status so that we can have proper actions on what really happens.

        try {
            return await this.squareCard.tokenize(cardDetails);
        } catch (error) {
            console.error(`Square tokenize() error: \n${error}`);
        }