Interface ChallengeResult

  • All Implemented Interfaces:

    
    public interface ChallengeResult
    
                        

    An object that represents the final outcome of the challenge process. It's values can be the following:

    • Completed: Challenge process is completed successfully.

    • Cancelled: The Cardholder selected the option to cancel the transaction.

    • Error: An error occurred during the challenge process. These are usually related with the 3DS Protocol.

    • Timeout: Challenge process exceeded the specified timeout in Transaction.doChallenge.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class ChallengeResult.Completed

      Challenge process is completed successfully.

      public final class ChallengeResult.Cancelled

      The Cardholder selected the option to cancel the transaction.

      public final class ChallengeResult.Error

      An error occurred during the challenge process. These errors are often related to the 3DS Protocol.

      public final class ChallengeResult.Timeout

      Challenge process exceeded the specified timeout in Transaction.doChallenge. The timeout has a minimum of 5 minutes.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail