Interface IDVMethod


  • public interface IDVMethod
    The IDVMethod API defines the IDV methods which are available to the end user.
    Since:
    1.0
    Version:
    1.0
    • Method Detail

      • getId

        String getId()
        The identifier of IDVMethod.
      • getType

        IDVType getType()
        A type of IDVMethod that the end user can select. The possible types of IDVMethod are listed as follows:

        • OTP_EMAIL
        • OTP_SMS
        • APP_TO_APP
        • OTP_ONLINE_BANKING
        • CUSTOMER_SERVICE
        • OUTBOUND_CALL

      • getValue

        String getValue()
        Only for APP-TO-APP. It corresponds to the concatenation of the issuer application ID and the intent handler. An information that can be displayed to the end user.

        • For OTP_EMAIL, it is a masked email.
        • For APP_TO_APP, it is the issuer mobile application name.
        • For CUSTOMER_SERVICE, it is the number to call such as 1-800-555-1212.

      • getSource

        String getSource()
        Only for APP-TO-APP. It corresponds to the concatenation of the issuer application ID and the intent handler.
      • getRequestPayload

        String getRequestPayload()
        Only for APP-TO-APP. It is an opaque payload to provide to the issuer application.