Enum ResultCode

    • Enum Constant Detail

      • OK

        public static final ResultCode OK
        Category: Positive results

        OK

        Specification: retail.

      • API_CANCEL_ECR

        public static final ResultCode API_CANCEL_ECR
        Category: TIM API related results - General

        Current request has been cancelled by the ECR.
        Error message: Cancelled by ECR

        Specification: retail.

      • API_INVALID_ANSWER

        public static final ResultCode API_INVALID_ANSWER
        Category: TIM API related results - General

        The ECR received an invalid answer.
        Error message: Invalid answer

        Specification: retail.

      • API_DISABLED_FEATURE

        public static final ResultCode API_DISABLED_FEATURE
        Category: TIM API related results - General

        The current request cannot be handled because the required feature is disabled.
        Error message: Message belongs to disabled feature

        Specification: retail.

      • API_FUNCTION_DISALLOWED

        public static final ResultCode API_FUNCTION_DISALLOWED
        Category: TIM API related results - General

        The requested function is not allowed with the current license Communication.
        Error message: Function not allowed - License issue

        Specification: retail.

      • API_PERSISTENCY_PROBLEM

        public static final ResultCode API_PERSISTENCY_PROBLEM
        Category: TIM API related results - General

        Persistent data damaged, out of space or storage permission problem.

        Specification: retail.

      • API_CONNECT_FAIL_SERVER

        public static final ResultCode API_CONNECT_FAIL_SERVER
        Category: TIM API related results - Communication

        The ECR was not able to connect to the TIM Server.
        Error message: Could not connect to TIM Server

        Specification: retail.

      • API_CONNECT_FAIL_TERMINAL

        public static final ResultCode API_CONNECT_FAIL_TERMINAL
        Category: TIM API related results - Communication

        The ECR was not able to connect to the EFT Terminal.
        Error message: Could not connect to EFT Terminal

        Specification: retail.

      • API_CONNECTION_LOST_SERVER

        public static final ResultCode API_CONNECTION_LOST_SERVER
        Category: TIM API related results - Communication

        The ECR lost the connection to the TIM Server.
        Error message: Connection lost to TIM Server

        Specification: retail.

      • API_CONNECTION_LOST_TERMINAL

        public static final ResultCode API_CONNECTION_LOST_TERMINAL
        Category: TIM API related results - Communication

        The ECR lost the connection to the EFT Terminal.
        Error message: Connection lost to EFT Terminal

        Specification: retail.

      • ETHERNET_DISCONNECTED

        public static final ResultCode ETHERNET_DISCONNECTED
        Category: TIM API related results - Communication

        No ethernet cable has been connected.
        Error message: Ethernet cable not connected

        Specification: retail.

      • RS232_DISCONNECTED

        public static final ResultCode RS232_DISCONNECTED
        Category: TIM API related results - Communication

        No RS232 cable has been connected.
        Error message: RS232 cable not connected

        Specification: retail.

      • API_TIMEOUT_SERVER

        public static final ResultCode API_TIMEOUT_SERVER
        Category: TIM API related results - Communication

        Timeout during connection establishment from TIM API to TIM Server.
        Error message: Timeout - Communication TIM Server

        Specification: retail.

      • API_TIMEOUT_TERMINAL

        public static final ResultCode API_TIMEOUT_TERMINAL
        Category: TIM API related results - Communication

        Timeout during connection establishment from TIM API to EFT Terminal.
        Error message: Timeout - Communication EFT Terminal

        Specification: retail.

      • TIM_TIMEOUT_ECR

        public static final ResultCode TIM_TIMEOUT_ECR
        Category: TIM API related results - Communication

        ECR did not respond in time.
        Error message: Timeout - ECR

        Specification: retail.

      • TIM_CONNECT_FAIL_PAYMENT_HOST

        public static final ResultCode TIM_CONNECT_FAIL_PAYMENT_HOST
        Category: TIM API related results - Communication

        EFT terminal not able to connect to payment host.
        Error message: Could not connect to payment host

        Specification: retail.

      • TIM_CONNECTION_LOST_PAYMENT_HOST

        public static final ResultCode TIM_CONNECTION_LOST_PAYMENT_HOST
        Category: TIM API related results - Communication

        EFT Terminal did lose connection to payment host.
        Error message: Connection lost to payment host

        Specification: retail.

      • TIM_TIMEOUT_ANSWER_RS232

        public static final ResultCode TIM_TIMEOUT_ANSWER_RS232
        Category: TIM API related results - Communication

        RS232 device did not respond in time.
        Error message: Timeout - Answer RS232

        Specification: retail.

      • TIM_COMMUNICATION_FAILURE

        public static final ResultCode TIM_COMMUNICATION_FAILURE
        Category: TIM API related results - Communication

        Communication failed.
        Error message: Communication failure

        Specification: retail.

      • TIM_CONFIG_FAILURE

        public static final ResultCode TIM_CONFIG_FAILURE
        Category: TIM API related results - Communication

        Reconfig request partially successful - Config failed.
        Error message: Config failed

        Specification: retail.

      • TIM_INIT_FAILURE

        public static final ResultCode TIM_INIT_FAILURE
        Category: TIM API related results - Communication

        Reconfig request partially successful - Init not or only partially successful.
        Error message: Init not or only partially successful

        Specification: retail.

      • HOST_TIMEOUT_OUTCOME_UNKNOWN

        public static final ResultCode HOST_TIMEOUT_OUTCOME_UNKNOWN
        Category: TIM API related results - Communication

        Connection to host timed out. The transaction outcome is unknown. The user must use another channel to verify the outcome.
        Error message: Host Timeout - Outcome unknown - Use another channel to verify outcome

        Specification: retail.

      • THIRD_PARTY_APP_NOT_AVAILABLE

        public static final ResultCode THIRD_PARTY_APP_NOT_AVAILABLE
        Category: TIM API related results - Communication

        Third Party App not available (reasons may be: not installed, not enabled or no connection possible).

        Error message: Third Party App not available -

        Specification: valueAddedServices.

      • UNSUPPORTED_REFERENCE_AGE

        public static final ResultCode UNSUPPORTED_REFERENCE_AGE
        Category: TIM API related results - Communication

        Unsupported reference age to check against was entered on ECR. (If other values are entered than are supported on the payment protocol.).

        Error message: Invalid request - Unsupported reference age

        Specification: valueAddedServices.

      • SERVER_INVALID_ANSWER

        public static final ResultCode SERVER_INVALID_ANSWER
        Category: TIM Server related results - General

        TIM Server received an invalid answer.
        Error message: Invalid answer

        Specification: retail.

      • SERVER_INVALID_REQUEST

        public static final ResultCode SERVER_INVALID_REQUEST
        Category: TIM Server related results - General

        TIM Server received an invalid request from TIM API.
        Error message: Invalid request

        Specification: retail.

      • SERVER_DISABLED_FEATURE

        public static final ResultCode SERVER_DISABLED_FEATURE
        Category: TIM Server related results - General

        TIM Server received a message that requires a disabled feature.
        Error message: Message belongs to disabled feature

        Specification: retail.

      • SERVER_PERSISTENCY_PROBLEM

        public static final ResultCode SERVER_PERSISTENCY_PROBLEM
        Category: TIM Server related results - General

        Persistent data damaged, out of space or storage permission problem.

        Specification: retail.

      • SERVER_CONNECT_FAIL_TERMINAL

        public static final ResultCode SERVER_CONNECT_FAIL_TERMINAL
        Category: TIM Server related results - Communication

        TIM Server was not able to connect to EFT Terminal.
        Error message: Could not connect to EFT Terminal

        Specification: retail.

      • SERVER_CONNECTION_LOST_TERMINAL

        public static final ResultCode SERVER_CONNECTION_LOST_TERMINAL
        Category: TIM Server related results - Communication

        TIM Server lost connection to the EFT Terminal.
        Error message: Connection lost to EFT Terminal

        Specification: retail.

      • SERVER_TIMEOUT_TERMINAL

        public static final ResultCode SERVER_TIMEOUT_TERMINAL
        Category: TIM Server related results - Communication

        Timeout during connection establishment from TIM Server to EFT Terminal.
        Error message: Timeout - Communication EFT Terminal

        Specification: retail.

      • CCR_UNAVAILABLE

        public static final ResultCode CCR_UNAVAILABLE
        Category: TIM API related results - Hardware General

        Chip card reader not available.
        Error message: Device not available - CCR

        Specification: retail.

      • MCR_UNAVAILABLE

        public static final ResultCode MCR_UNAVAILABLE
        Category: TIM API related results - Hardware General

        Magstripe card reader not available.
        Error message: Device not available - MCR

        Specification: retail.

      • NFC_UNAVAILABLE

        public static final ResultCode NFC_UNAVAILABLE
        Category: TIM API related results - Hardware General

        Contactless card reader not available.
        Error message: Device not available - NFC

        Specification: retail.

      • DISPLAY_UNAVAILABLE

        public static final ResultCode DISPLAY_UNAVAILABLE
        Category: TIM API related results - Hardware General

        Display not available.
        Error message: Device not available - Display

        Specification: retail.

      • PIN_PAD_UNAVAILABLE

        public static final ResultCode PIN_PAD_UNAVAILABLE
        Category: TIM API related results - Hardware General

        PinPad not available.
        Error message: Device not available - PinPad

        Specification: retail.

      • RS232_UNAVAILABLE

        public static final ResultCode RS232_UNAVAILABLE
        Category: TIM API related results - Hardware General

        RS232 device not available.
        Error message: Device not available - RS232

        Specification: retail.

      • RS232_NOT_CONFIGURED

        public static final ResultCode RS232_NOT_CONFIGURED
        Category: TIM API related results - Hardware General

        Connected RS232 device not configured.
        Error message: Device not configured - RS232

        Specification: retail.

      • SW_INSTALLATION_FAILED

        public static final ResultCode SW_INSTALLATION_FAILED
        Category: TIM API related results - Hardware General

        Something went wrong during the SW Update process.
        Error message: SW Installation failed

        Specification: retail.

      • SW_VERSION_NOT_SUITABLE

        public static final ResultCode SW_VERSION_NOT_SUITABLE
        Category: TIM API related results - Hardware General

        SW version set for update in the SCS is not suitable for the device.
        Error message: SW version not suitable

        Specification: retail.

      • SW_AUTHENTICATION_FAILED

        public static final ResultCode SW_AUTHENTICATION_FAILED
        Category: TIM API related results - Hardware General

        SW authentication failed due to hash check failure.
        Error message: SW authentication failed

        Specification: retail.

      • CARD_READER_ERROR_CCR

        public static final ResultCode CARD_READER_ERROR_CCR
        Category: TIM API related results - CardReader

        Chip card reader error occured.
        Error message: Card reader error - CCR

        Specification: retail.

      • CARD_READER_ERROR_MCR

        public static final ResultCode CARD_READER_ERROR_MCR
        Category: TIM API related results - CardReader

        Magstripe card reader error occured.
        Error message: Card reader error - MCR

        Specification: retail.

      • CARD_READER_ERROR_NFC

        public static final ResultCode CARD_READER_ERROR_NFC
        Category: TIM API related results - CardReader

        Contactless card reader error occured.
        Error message: Card reader error - NFC

        Specification: retail.

      • CARD_ERROR_CCR

        public static final ResultCode CARD_ERROR_CCR
        Category: TIM API related results - CardReader

        Card error occured using the chip card reader.
        Error message: Card error - CCR

        Specification: retail.

      • CARD_ERROR_MCR

        public static final ResultCode CARD_ERROR_MCR
        Category: TIM API related results - CardReader

        Card error occured using the magstripe card reader.
        Error message: Card error - MCR

        Specification: retail.

      • CARD_ERROR_NFC

        public static final ResultCode CARD_ERROR_NFC
        Category: TIM API related results - CardReader

        Card error occured using the contactless card reader.
        Error message: Card error - NFC

        Specification: retail.

      • CARD_READ_ERROR

        public static final ResultCode CARD_READ_ERROR
        Category: TIM API related results - CardReader

        Reading error occured during card reading.
        Error message: Read error

        Specification: retail.

      • CARD_READ_TIMEOUT

        public static final ResultCode CARD_READ_TIMEOUT
        Category: TIM API related results - CardReader

        Timeout occured during card reading.
        Error message: Read timeout

        Specification: retail.

      • CARD_INSERTION_TIMEOUT

        public static final ResultCode CARD_INSERTION_TIMEOUT
        Category: TIM API related results - CardReader

        Cardholder did not insert card during timeout.
        Error message: Card insertion timeout

        Specification: retail.

      • CARD_READER_KEYS_LOST

        public static final ResultCode CARD_READER_KEYS_LOST
        Category: TIM API related results - CardReader

        Keys lost for secure communication.
        Error message: Keys lost - Card reader

        Specification: retail.

      • CARD_READER_SECURITY_ERROR

        public static final ResultCode CARD_READER_SECURITY_ERROR
        Category: TIM API related results - CardReader

        Security error occured.
        Error message: Security error

        Specification: retail.

      • CARD_TIMEOUT

        public static final ResultCode CARD_TIMEOUT
        Category: TIM API related results - CardReader

        Card did not respond in time.
        Error message: Card timeout

        Specification: retail.

      • CARD_NOT_READABLE

        public static final ResultCode CARD_NOT_READABLE
        Category: TIM API related results - CardReader

        Card could not be read.
        Error message: Card not readable

        Specification: retail.

      • CARD_INVALID_DATA

        public static final ResultCode CARD_INVALID_DATA
        Category: TIM API related results - CardReader

        Invalid card data read.
        Error message: Card - invalid data

        Specification: retail.

      • CARD_FUNCTION_NOT_FOUND

        public static final ResultCode CARD_FUNCTION_NOT_FOUND
        Category: TIM API related results - CardReader

        Corresponding card function not found.
        Error message: Card - function not found

        Specification: retail.

      • CARD_FUNCTION_NOT_ALLOWED

        public static final ResultCode CARD_FUNCTION_NOT_ALLOWED
        Category: TIM API related results - CardReader

        Card function not allowed.
        Error message: Card - function not allowed

        Specification: retail.

      • CARD_UNEXPECTEDLY_PRESENT_IN_READER

        public static final ResultCode CARD_UNEXPECTEDLY_PRESENT_IN_READER
        Category: TIM API related results - CardReader

        Card unexpectedly present in card reader.
        Error message: Card unexpectedly present

        Specification: retail.

      • PIN_PAD_SECURITY_ERROR

        public static final ResultCode PIN_PAD_SECURITY_ERROR
        Category: TIM API related results - PinPad

        Security error occured.
        Error message: Security error

        Specification: retail.

      • PIN_PAD_TAMPERED

        public static final ResultCode PIN_PAD_TAMPERED
        Category: TIM API related results - PinPad

        PinPad has be tampered.
        Error message: Tampered

        Specification: retail.

      • PIN_PAD_KEYS_LOST

        public static final ResultCode PIN_PAD_KEYS_LOST
        Category: TIM API related results - PinPad

        Keys lost for secure communication.
        Error message: Keys lost - PinPad

        Specification: retail.

      • SERIAL_NUMBER_MISMATCH

        public static final ResultCode SERIAL_NUMBER_MISMATCH
        Category: TIM API related results - PinPad

        Terminal serial number mismatch in TMS.
        Error message: Serial number already in use. Terminal is out of order. Please call hotline.

        Specification: retail.

      • CARDHOLDER_STOP

        public static final ResultCode CARDHOLDER_STOP
        Category: TIM API related results - Cardholder

        Cardholder cancelled transaction pushing the Stop key.
        Error message: Stop - Cardholder

        Specification: retail.

      • CARDHOLDER_TIMEOUT

        public static final ResultCode CARDHOLDER_TIMEOUT
        Category: TIM API related results - Cardholder

        Cardholder did not react in time.
        Error message: Timeout - Cardholder

        Specification: retail.

      • CARD_REMOVED

        public static final ResultCode CARD_REMOVED
        Category: TIM API related results - Cardholder

        Card has been removed by the cardholder.
        Error message: Card removed

        Specification: retail.

      • SIXML_GENERAL_ERROR

        public static final ResultCode SIXML_GENERAL_ERROR
        Category: TIM API related results - SIXml Protocol

        General error on SIXml Protocol.
        Error message: General error

        Specification: retail.

      • SIXML_INVALID_REQUEST

        public static final ResultCode SIXML_INVALID_REQUEST
        Category: TIM API related results - SIXml Protocol

        Generic error if request not valid.
        Error message: Invalid request - Generic

        Specification: retail.

      • SIXML_WRONG_CASHIER

        public static final ResultCode SIXML_WRONG_CASHIER
        Category: TIM API related results - SIXml Protocol

        Wrong UsrId entered for Activate.
        Error message: Invalid request - Wrong cashier

        Specification: retail.

      • SIXML_WRONG_ECR_ID

        public static final ResultCode SIXML_WRONG_ECR_ID
        Category: TIM API related results - SIXml Protocol

        Wrong EcrId entered for Login.
        Error message: Invalid request - Wrong EcrId

        Specification: retail.

      • SIXML_UNKNOWN_REFERENCE_NUMBER

        public static final ResultCode SIXML_UNKNOWN_REFERENCE_NUMBER
        Category: TIM API related results - SIXml Protocol

        Unknown reference number entered, e.g. for Credit, Reversal or FinalizePurchase.
        Error message: Invalid request - Unknown reference number

        Specification: retail.

      • SIXML_WRONG_STATE

        public static final ResultCode SIXML_WRONG_STATE
        Category: TIM API related results - SIXml Protocol

        Request not allowed in the current terminal state.
        Error message: Message not allowed in this state

        Specification: retail.

      • BUSY_OTHER_CONTROLLER

        public static final ResultCode BUSY_OTHER_CONTROLLER
        Category: TIM API related results - SIXml Protocol

        Another controller is currently using the EFT.
        Error message: Busy (Other controller)

        Specification: retail.

      • BUSY_MAINTENANCE

        public static final ResultCode BUSY_MAINTENANCE
        Category: TIM API related results - SIXml Protocol

        Mainenance task in progress.
        Error message: Busy (Maintenance)

        Specification: retail.

      • REQUEST_PENDING

        public static final ResultCode REQUEST_PENDING
        Category: TIM API related results - SIXml Protocol

        Another request from the same controller is already running.
        Error message: Busy - Another request running

        Specification: retail.

      • SIXML_UNSUPPORTED_REQUEST

        public static final ResultCode SIXML_UNSUPPORTED_REQUEST
        Category: TIM API related results - SIXml Protocol

        Request not supported by terminal.
        Error message: Request not supported by terminal

        Specification: retail.

      • TERMINAL_WAKEUP_FAILURE

        public static final ResultCode TERMINAL_WAKEUP_FAILURE
        Category: TIM API related results - SIXml Protocol

        Failure to wake the terminal from sleep. Request cannot be processed. Error message: Terminal does not wake up

        Specification: retail.

      • TRX_NO_COMMON_APPLICATIONS

        public static final ResultCode TRX_NO_COMMON_APPLICATIONS
        Category: TIM API related results - Transaction

        No common application found on card during Application Selection.
        Error message: No common applications found

        Specification: retail.

      • TRX_LIMIT_EXCEEDED

        public static final ResultCode TRX_LIMIT_EXCEEDED
        Category: TIM API related results - Transaction

        Current transaction exceeds transaction limit (amount).
        Error message: Transaction limit exceeded

        Specification: retail.

      • TRX_NO_COMMON_CVM

        public static final ResultCode TRX_NO_COMMON_CVM
        Category: TIM API related results - Transaction

        No common cardholder verification method found on card during.
        Error message: No common CVM found

        Specification: retail.

      • DECLINED_CVM_FAILED

        public static final ResultCode DECLINED_CVM_FAILED
        Category: TIM API related results - Transaction

        Performed CVM failed.
        Error message: Declined - CVM failed

        Specification: retail.

      • TRX_REFERRAL

        public static final ResultCode TRX_REFERRAL
        Category: TIM API related results - Transaction

        Referral required for current transaction.
        Error message: Referral

        Specification: retail.

      • TRX_INVALID_AUTH_RESPONSE

        public static final ResultCode TRX_INVALID_AUTH_RESPONSE
        Category: TIM API related results - Transaction

        Authorization response invalid.
        Error message: Invalid auth response

        Specification: retail.

      • DECLINED_GENERIC

        public static final ResultCode DECLINED_GENERIC
        Category: TIM API related results - Transaction

        Authorization failed, generic error.
        Error message: Authorization declined - Generic

        Specification: retail.

      • DECLINED_SALDO_TOO_LOW

        public static final ResultCode DECLINED_SALDO_TOO_LOW
        Category: TIM API related results - Transaction

        Authorization failed, saldo too low.
        Error message: Authorization declined - Saldo too low

        Specification: retail.

      • DECLINED_WRONG_PIN

        public static final ResultCode DECLINED_WRONG_PIN
        Category: TIM API related results - Transaction

        Authorization failed, cardholder entered wrong PIN.
        Error message: Authorization declined - Wrong PIN

        Specification: retail.

      • DECLINED_CARD_BLOCKED

        public static final ResultCode DECLINED_CARD_BLOCKED
        Category: TIM API related results - Transaction

        Authorization failed, card blocked.
        Error message: Authorization declined - Card blocked

        Specification: retail.

      • DECLINED_SECURITY_ISSUE

        public static final ResultCode DECLINED_SECURITY_ISSUE
        Category: TIM API related results - Transaction

        Authorization failed, security issue.
        Error message: Authorization declined - Security issue

        Specification: retail.

      • DECLINED_USAGE_CONTROL

        public static final ResultCode DECLINED_USAGE_CONTROL
        Category: TIM API related results - Transaction

        Authorization failed, usage control.
        Error message: Authorization declined - Usage control

        Specification: retail.

      • DECLINED_DOUBLE_TRANSACTION

        public static final ResultCode DECLINED_DOUBLE_TRANSACTION
        Category: TIM API related results - Transaction

        Authorization failed, current transaction may be a double transaction.
        Error message: Authorization declined - Double transaction

        Specification: retail.

      • DECLINED_GENERIC_FIRST_AC

        public static final ResultCode DECLINED_GENERIC_FIRST_AC
        Category: TIM API related results - Transaction

        Authorization failed, first AC generation failed.
        Error message: Authorization declined - Generic, first AC

        Specification: retail.

      • DECLINED_GENERIC_SECOND_AC

        public static final ResultCode DECLINED_GENERIC_SECOND_AC
        Category: TIM API related results - Transaction

        Authorization failed, second AC generation failed.
        Error message: Authorization declined - Generic, second AC

        Specification: retail.

      • TRX_COMMIT_TIMEOUT

        public static final ResultCode TRX_COMMIT_TIMEOUT
        Category: TIM API related results - Transaction

        Commit request not sent in time.
        Error message: Commit timeout

        Specification: retail.

      • TRX_ROLLBACK_IMPOSSIBLE

        public static final ResultCode TRX_ROLLBACK_IMPOSSIBLE
        Category: TIM API related results - Transaction

        Rollback not possible for current transaction.
        Error message: Rollback not possible

        Specification: retail.

      • CASHBACK_AMOUNT_TOO_LOW

        public static final ResultCode CASHBACK_AMOUNT_TOO_LOW
        Category: TIM API related results - Transaction

        The intended cashback amount is too low.
        Error message: Cashback amount too low

        Specification: retail.

      • CASHBACK_AMOUNT_TOO_HIGH

        public static final ResultCode CASHBACK_AMOUNT_TOO_HIGH
        Category: TIM API related results - Transaction

        The intended cashback amount is too high.
        Error message: Cashback amount to high

        Specification: retail.

      • BASKET_DECLINED

        public static final ResultCode BASKET_DECLINED
        Category: TIM API related results - Transaction

        Part of the basket is not allowed. Transaction declined.
        Error message: Basket declined

        Specification: retail.

      • NO_TRX_IN_GROUP_EXCEEDED

        public static final ResultCode NO_TRX_IN_GROUP_EXCEEDED
        Category: TIM API related results - Transaction

        Current transaction exceeds the limit for the number of transactions in a group.
        Error message: No trx in group exceeded

        Specification: retail.

      • UNSUPPORTED_CHARACTERS_IN_MESSAGE

        public static final ResultCode UNSUPPORTED_CHARACTERS_IN_MESSAGE
        Category: TIM API related results - Transaction

        Current request contains unsupported characters.
        Error message: Unsupported characters in message

        Specification: retail.

      • LOYALTY_CHECK_IN_PENDING

        public static final ResultCode LOYALTY_CHECK_IN_PENDING
        Category: TIM API related results - Transaction

        So far no loyalty data is available, check-in pending.
        Error message: Loyalty check-in pending

        Specification: retail.

      • DECLINED_CARD_ERROR

        public static final ResultCode DECLINED_CARD_ERROR
        Category: TIM API related results - Transaction

        Authorization failed, card error.
        Error message: Authorization declined - Card error

        Specification: retail.

      • DECLINED_CARD_EXPIRED

        public static final ResultCode DECLINED_CARD_EXPIRED
        Category: TIM API related results - Transaction

        Authorization failed, card expired.
        Error message: Authorization declined - Card expired

        Specification: retail.

      • DECLINED_TRX_INVALID

        public static final ResultCode DECLINED_TRX_INVALID
        Category: TIM API related results - Transaction

        Authorization failed, transaction invalid.
        Error message: Authorization declined - Trx invalid

        Specification: retail.

      • DECLINED_TRY_LATER

        public static final ResultCode DECLINED_TRY_LATER
        Category: TIM API related results - Transaction

        Authorization failed, try later.
        Error message: Authorization declined - Try later

        Specification: retail.

      • DECLINED_TRY_ANOTHER_INTERFACE

        public static final ResultCode DECLINED_TRY_ANOTHER_INTERFACE
        Category: TIM API related results - Transaction

        Authorization failed, try another interface.
        Error message: Authorization declined - Try another interface

        Specification: retail.

      • DECLINED_INVALID_MERCHANT

        public static final ResultCode DECLINED_INVALID_MERCHANT
        Category: TIM API related results - Transaction

        Authorization failed, invalid merchant.
        Error message: Authorization declined - Invalid merchant

        Specification: retail.

      • DECLINED_RESTRICTION_DECLINED

        public static final ResultCode DECLINED_RESTRICTION_DECLINED
        Category: TIM API related results - Transaction

        Authorization failed, restriction declined.
        Error message: Authorization declined - Restriction declined

        Specification: retail.

      • DECLINED_WRONG_CURRENCY

        public static final ResultCode DECLINED_WRONG_CURRENCY
        Category: TIM API related results - Transaction

        Authorization failed, wrong currency.
        Error message: Authorization declined - Wrong currency

        Specification: retail.

      • DECLINED_AUTOREVERSAL_PENDING

        public static final ResultCode DECLINED_AUTOREVERSAL_PENDING
        Category: TIM API related results - Transaction

        Authorization failed, autoreversal pending.
        Error message: Authorization declined - Autoreversal pending

        Specification: retail.

      • DECLINED_WRONG_CARD_NUMBER

        public static final ResultCode DECLINED_WRONG_CARD_NUMBER
        Category: TIM API related results - Transaction

        Authorization failed, wrong card number.
        Error message: Authorization declined - Wrong card number

        Specification: retail.

      • DECLINED_WRONG_CARD_EXPIRY_DATE

        public static final ResultCode DECLINED_WRONG_CARD_EXPIRY_DATE
        Category: TIM API related results - Transaction

        Authorization failed, wrong card expiry date.
        Error message: Authorization declined - Wrong card expiry date

        Specification: retail.

      • DECLINED_RETRY_TEMPORARY_UNAVAILABLE

        public static final ResultCode DECLINED_RETRY_TEMPORARY_UNAVAILABLE
        Category: TIM API related results - Transaction

        Authorization failed, retry, temporary unavailable.
        Error message: Authorization declined - Retry, temporary unavailable

        Specification: retail.

      • DECLINED_SERVICE_NOT_ALLOWED

        public static final ResultCode DECLINED_SERVICE_NOT_ALLOWED
        Category: TIM API related results - Transaction

        Authorization failed, service not allowed.
        Error message: Authorization declined - Service not allowed

        Specification: retail.

      • DECLINED_CARDHOLDER_INFORMATION_ISSUE

        public static final ResultCode DECLINED_CARDHOLDER_INFORMATION_ISSUE
        Category: TIM API related results - Transaction

        Authorization failed, cardholder information issue.
        Error message: Authorization declined - Cardholder information issue

        Specification: retail.

      • DECLINED_REFERRAL_WRONG_AUTH_CODE

        public static final ResultCode DECLINED_REFERRAL_WRONG_AUTH_CODE
        Category: TIM API related results - Transaction

        Authorization failed, wrong auth code.
        Error message: Referral declined - Wrong auth code

        Specification: retail.

      • DECLINED_REFERRAL_WRONG_AMOUNT

        public static final ResultCode DECLINED_REFERRAL_WRONG_AMOUNT
        Category: TIM API related results - Transaction

        Authorization failed, wrong amount.
        Error message: Referral declined - Wrong amount

        Specification: retail.

      • DECLINED_REFERRAL_OTHER_REASON

        public static final ResultCode DECLINED_REFERRAL_OTHER_REASON
        Category: TIM API related results - Transaction

        Authorization failed, referral generic.
        Error message: Referral declined - Other reason

        Specification: retail.

      • DECLINED_CAPTURE_CARD_GENERIC

        public static final ResultCode DECLINED_CAPTURE_CARD_GENERIC
        Category: TIM API related results - Transaction

        Capture card, generic.
        Error message: Capture card - Generic

        Specification: retail.

      • DECLINED_CAPTURE_CARD_INFO_TO_CLIENT

        public static final ResultCode DECLINED_CAPTURE_CARD_INFO_TO_CLIENT
        Category: TIM API related results - Transaction

        Capture card, information to the client.
        Error message: Capture card - Information to the client

        Specification: retail.

      • DECLINED_CAPTURE_CARD_ORDER_TO_CLIENT

        public static final ResultCode DECLINED_CAPTURE_CARD_ORDER_TO_CLIENT
        Category: TIM API related results - Transaction

        Capture card, order to the client.
        Error message: Capture card - Order to the client

        Specification: retail.

      • DECLINED_CAPTURE_CARD_TIMEOUT_REMOVING_CARD

        public static final ResultCode DECLINED_CAPTURE_CARD_TIMEOUT_REMOVING_CARD
        Category: TIM API related results - Transaction

        Capture card, timeout removing card from terminal.
        Error message: Capture card - Timeout removing card from terminal

        Specification: retail.

      • DECLINED_NOT_SUPPORTED

        public static final ResultCode DECLINED_NOT_SUPPORTED
        Category: TIM API related results - Transaction

        Authorization failed, not supported.
        Error message: Authorization declined - Not supported

        Specification: retail.

      • VALUE_OUT_OF_RANGE_IN_THIS_CONTEXT

        public static final ResultCode VALUE_OUT_OF_RANGE_IN_THIS_CONTEXT
        Category: TIM API related results - Transaction

        Value out of range in this context, e.g. negative where only positive values are supported.
        Error message: Value out of range in this context

        Specification: retail.

      • VOUCHER_TYPE_NOT_AVAILABLE

        public static final ResultCode VOUCHER_TYPE_NOT_AVAILABLE
        Category: TIM API related results - Transaction

        The (mobile topup) voucher cannot be generated with this combination of issuer and value.
        Error message: Requested voucher not available

        Specification: retail.

      • TRANSACTION_MISMATCH

        public static final ResultCode TRANSACTION_MISMATCH
        Category: TIM API related results - Transaction

        The InitTransaction FunctionHint is not compatible to the transaction function. No recovery possible.
        Error message: Transaction mismatch

        Specification: retail.

      • VOUCHER_CANNOT_BE_REVERSED

        public static final ResultCode VOUCHER_CANNOT_BE_REVERSED
        Category: TIM API related results - Transaction

        The (mobile topup) voucher cannot be reversed.
        Error message: Voucher reversal failed

        Specification: retail.

      • DECLINED_AMOUNT_INVALID

        public static final ResultCode DECLINED_AMOUNT_INVALID
        Category: TIM API related results - Transaction

        Authorization failed, amount invalid.
        Error message: Authorization declined - Amount invalid

        Specification: retail.

      • MOC_PRODUCTS_NOT_ALLOWED

        public static final ResultCode MOC_PRODUCTS_NOT_ALLOWED
        Category: TIM API related results - Transaction

        Products in basket not allowed. Transaction declined.
        Error message: Products not allowed

        Specification: retail.

      • MOC_INCORRECT_MILEAGE

        public static final ResultCode MOC_INCORRECT_MILEAGE
        Category: TIM API related results - Transaction

        Mileage entered is not correct. Transaction declined.
        Error message: Incorrect Mileage

        Specification: retail.

      • MOC_INCORRECT_CAR_NUMBER

        public static final ResultCode MOC_INCORRECT_CAR_NUMBER
        Category: TIM API related results - Transaction

        Car number entered is not correct. Transaction declined.
        Error message: Incorrect Car Number

        Specification: retail.

      • MOC_INCORRECT_DRIVER_CODE

        public static final ResultCode MOC_INCORRECT_DRIVER_CODE
        Category: TIM API related results - Transaction

        Driver code entered is not correct. Transaction declined.
        Error message: Incorrect Driver Code

        Specification: retail.

      • MOC_INCORRECT_FLEET_ID

        public static final ResultCode MOC_INCORRECT_FLEET_ID
        Category: TIM API related results - Transaction

        Fleet ID entered is not correct. Transaction declined.
        Error message: Incorrect Fleet ID

        Specification: retail.

      • MOC_INCORRECT_ADDITIONAL_INFO

        public static final ResultCode MOC_INCORRECT_ADDITIONAL_INFO
        Category: TIM API related results - Transaction

        Additional information entered is not correct. Transaction declined.
        Error message: Incorrect Additional Info

        Specification: retail.

      • MOC_INCORRECT_EMPLOYEE_NUMBER

        public static final ResultCode MOC_INCORRECT_EMPLOYEE_NUMBER
        Category: TIM API related results - Transaction

        Employee number entered is not correct. Transaction declined.
        Error message: Incorrect Employee Number

        Specification: retail.

      • MOC_INCORRECT_COST_CENTRE

        public static final ResultCode MOC_INCORRECT_COST_CENTRE
        Category: TIM API related results - Transaction

        Cost centre entered is not correct. Transaction declined.
        Error message: Incorrect Cost Centre

        Specification: retail.

      • MOC_INCORRECT_PROJECT_NUMBER

        public static final ResultCode MOC_INCORRECT_PROJECT_NUMBER
        Category: TIM API related results - Transaction

        Project number entered is not correct. Transaction declined.
        Error message: Incorrect Project Number

        Specification: retail.

      • MOC_INCORRECT_LICENSE_PLATE

        public static final ResultCode MOC_INCORRECT_LICENSE_PLATE
        Category: TIM API related results - Transaction

        License plate entered not correct. Transaction declined.
        Error message: Incorrect License Plate

        Specification: retail.

      • MOC_INCORRECT_REFERENCE

        public static final ResultCode MOC_INCORRECT_REFERENCE
        Category: TIM API related results - Transaction

        Reference entered is not correct. Transaction declined.
        Error message: Incorrect Reference

        Specification: retail.

      • CARD_BLACKLISTED

        public static final ResultCode CARD_BLACKLISTED
        Category: TIM API related results - Transaction

        The card is blacklisted . Transaction declined.
        Error message: Card Blacklisted

        Specification: retail.

      • PRODUCT_NOT_SUPPORTED

        public static final ResultCode PRODUCT_NOT_SUPPORTED
        Category: TIM API related results - Transaction

        Product not supported . Transaction declined.
        Error message: Transaction declined - Product not supported

        Specification: retail.

      • NO_ACCOUNT_SELECTABLE_WITH_GIVEN_RESTRICTIONS

        public static final ResultCode NO_ACCOUNT_SELECTABLE_WITH_GIVEN_RESTRICTIONS
        Category: TIM API related results - Transaction

        No card account selectable with given account restrictions.

        Error message: No card account selectable with given account restrictions

        Specification: retail.

      • TRANSACTION_TYPE_NOT_ALLOWED_FOR_SELECTED_ACCOUNT

        public static final ResultCode TRANSACTION_TYPE_NOT_ALLOWED_FOR_SELECTED_ACCOUNT
        Category: TIM API related results - Transaction

        Transaction type not allowed for selected account.

        Error message: Transaction type not allowed for selected account

        Specification: retail.

      • ACTION_NOT_ALLOWED_ON_THE_TRANSACTION

        public static final ResultCode ACTION_NOT_ALLOWED_ON_THE_TRANSACTION
        Category: TIM API related results - Transaction

        Action not allowed on the transaction. E.g. do a refund on a not captured purchase. / Do a refund with higher amount than the original purchase amount.

        Error message: Action not allowed on the transaction

        Specification: retail.

      • AUTHORISATION_DECLINED_DIFFERENT_CARD_USED

        public static final ResultCode AUTHORISATION_DECLINED_DIFFERENT_CARD_USED
        Category: TIM API related results - Transaction

        Different card used as for initial transaction.

        Error message : Authorisation Declined - Wrong Card.

        Specification: retail.

      • AUTHORISATION_DECLINED_PAN_KEY_ENTRY_NOT_ALLOWED

        public static final ResultCode AUTHORISATION_DECLINED_PAN_KEY_ENTRY_NOT_ALLOWED
        Category: TIM API related results - Transaction

        Pan Key entered and not allowed.

        Error message : Authorisation Declined - PAN Key Entry not allowed.

        Specification: retail.

      • AUTHORISATION_DECLINED_CVC2_ENTRY_NOT_ALLOWED

        public static final ResultCode AUTHORISATION_DECLINED_CVC2_ENTRY_NOT_ALLOWED
        Category: TIM API related results - Transaction

        CVC2 Entry and not allowed.

        Error message : Authorisation Declined - CVC2 Entry not allowed.

        Specification: retail.

      • RESULT_UNKNOWN_ACQUIRER_SPECIFIC

        public static final ResultCode RESULT_UNKNOWN_ACQUIRER_SPECIFIC
        Category: TIM API related results - Transaction

        Result unknown – acquirer specific

        Error message : Result unknown - Acquirer Specific.

        Specification: retail.

    • Method Detail

      • values

        public static ResultCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ResultCode c : ResultCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ResultCode valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null