Interface IDVMethod


  • public interface IDVMethod
    IDVMethod defines the IDV method available to the end user
    Since:
    1.0
    Version:
    1.0
    • Method Detail

      • getId

        String getId()
        The identifier of the IDVMethod.
      • getType

        IDVType getType()
        The IDVMethod type. the possible types of IDVMethod are listed below.

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

      • getValue

        String getValue()
        An information that could 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 like 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 the opaque payload to provide to the banking application.