IdvType
public enum IdvType : Int, Codable
Identity and Verification method types
-
This code is used when the user opts
OTPthrough mail for verification.Declaration
Swift
case otpEmail -
This code is used when the user opts
OTPthrough SMS for verification.Declaration
Swift
case otpSms -
This code is used when the user opts
OTPthrough online banking for verification.Declaration
Swift
case otpOnlineBanking -
This code is used when the user opts app to app for verification.
Declaration
Swift
case appToApp -
This code is used when the user opts customer service for verification.
Declaration
Swift
case customerService -
This code is used when the user opts outbound call for verification.
Declaration
Swift
case outboundCall
IdvType Enumeration Reference