PayerResponseStatusType
Indicates the authentication status of the transaction
enum PayerResponseStatusType {
  AUTHENTICATION_SUCCESS
  AUTHENTICATION_FAILED
  AUTHENTICATION_INCOMPLETE
  TRANSACTION_ATTEMPT_SUCCESS_A
  TRANSACTION_ATTEMPT_SUCCESS_B
  AUTHENTICATION_REJECTED
}
Valuesโ
PayerResponseStatusType.AUTHENTICATION_SUCCESSโ
Successful Authentication
PayerResponseStatusType.AUTHENTICATION_FAILEDโ
Failed Authentication
PayerResponseStatusType.AUTHENTICATION_INCOMPLETEโ
Unable to Complete Authentication
PayerResponseStatusType.TRANSACTION_ATTEMPT_SUCCESS_Aโ
Successful Attempts Transaction
PayerResponseStatusType.TRANSACTION_ATTEMPT_SUCCESS_Bโ
Successful Attempts Transaction
PayerResponseStatusType.AUTHENTICATION_REJECTEDโ
Authentication Rejected (Merchant must not submit for authorisation)
Member Ofโ
ThreeDomainSecurityInput  input