SMS Input validation
Wednesday, June 19, 2019 at 09:24amI'm trying to validate user input on the front end to match the format of strings that oneSpan will accept for phone numbers. Is there any official documentation for this format?
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: SMS Input validation
Wednesday, June 19, 2019 at 09:51am+{International_Access_Code}{area_code}{local_phone_number}(without space or dash in the middle) , for a North American phone number, it should be +1{3 digits area code}{7 digits local number} (+15145718888) You can find a lot of JS plugin helping you do the digit checking, like the one used in this blog: OneSpan Sign Developer: SMS Authentication Plugin. Hope this could help! DuoReply to: SMS Input validation
Tuesday, July 30, 2019 at 10:18amReply to: SMS Input validation
Tuesday, July 30, 2019 at 10:46am{ "code": 400, "messageKey": "error.validation.invalidEmail", "message": "Email address is invalid: '@mailinator.com'" }DuoReply to: SMS Input validation
Thursday, August 8, 2019 at 06:07amReply to: SMS Input validation
Thursday, August 8, 2019 at 07:04amReply to: SMS Input validation
Thursday, August 8, 2019 at 07:48am