IDVType
public enum IDVType : String
The list of Identity and Verification method types in IDVType.
Version
Version 3.0Since
Since 3.0-
This code is used when the end user opts for
OTPverification through mail.Declaration
Swift
case otpEmail = "OTP_EMAIL" -
This code is used when the end user opts for
OTPverification through SMS.Declaration
Swift
case otpSMS = "OTP_SMS" -
This code is used when the end user opts for
OTPverification through online banking.Declaration
Swift
case otpOnlineBanking = "OTP_ONLINE_BANKING" -
This code is used when the end user opts for app-to-app verification.
Declaration
Swift
case appToApp = "APP_TO_APP" -
This code is used when the end user opts to verify with customer service support.
Declaration
Swift
case customerService = "CUSTOMER_SERVICE" -
This code is used when the end user opts to verify through outbound call.
Declaration
Swift
case outboundCall = "OUTBOUND_CALL"
IDVType Enumeration Reference