Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.ONLINE_DECLINED | Transaction not authorised by online response |
1 | TERMINAL_ALREADY_CREATED | createTerminal() should be only called once during the application lifecycle. |
Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.OFFLINE_DECLINED | Transaction not authorised by offline processing |
2 | INVALID_TERMINAL_CONFIGURATION | Terminal EMV configuration could not be parsed. |
Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.INVALID_AUTHORISATION_DATA | Issuer response contains invalid Authorisation response |
3 | NFC_ERROR - NFC error during Card Discovery. | NFC error during Card Discovery |
Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.NO_CARD_APPLICATION | No card application is available to process the transaction |
4 | TERMINAL_SESSION_DEACTIVATED | Transaction was attempted before terminal being activated. |
Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.PROCESSING_ERROR | Transaction processing errors during kernel process |
5 | PROCESSING_ALREADY_STARTED | A processing started on the active session before completion of the current processing |
Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.CARD_ERROR | Card error being found during kernel process |
6 | ACTIVATION_ALREADY_STARTED | Multiple session activation commands sent. activateSession method executed while session still active. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCancelReason.TRANSACTION_WAS_TERMINATED | Transaction is terminated by kernel processing |
7 | NFC_NO_RUNTIME_PERMISSION | Manifest does not contain NFC permission. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCancelReason.USER_CANCELLED_PIN_PAD | User cancels pin entry |
8 | NO_NFC_FEATURE | NFC system feature not included on device. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.NETWORK_CONNECTION_ERROR | Network connection is not available at beginning of transaction processing |
9 | NFC_HARDWARE_NOT_AVAILABLE | The mobile has no built-in or attached NFC reader (default reader). |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.MICROPHONE_USAGE_DETECTED | Transaction processing failed because microphone usage has been detected |
10 | NFC_DISABLED | NFC needs to be enabled on the device, usually enabled via settings. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.CAMERA_USAGE_DETECTED | Transaction processing failed because camera usage has been detected |
11 | NFC_ALREADY_LISTENING | NFCAdaptor already connected and listening. It might also happen that transaction is started twice. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.EXTERNAL_CAMERA_DETECTED | Get card data processing failed because external camera has been detected |
12 | INVALID_MERCHANT_ID | Invalid MerchantId format sent in activateSession() |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.NETWORK_ERROR | Transaction processing failed due to a network communication or server issue |
13 | INVALID_RRN_FORMAT | Invalid RRN sent in startTransaction() parameters. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.TOTAL_ELAPSED_TIMEOUT | Transaction processing total elapse timed out |
14 | INVALID_CURRENCY_CODE | Invalid currency code is used. Ensure currency code follows the ISO 4217 standard. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.DISCOVERY_TIMEOUT | Transaction processing card discovery timed out |
15 | DEVICE_STATE_FAILURE | The current execution environment is unsuitable for terminal activities. Local attestation failed. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.PIN_ENTRY_ACCUMULATED_TIMEOUT | Transaction processing pin entry accumulated timed out |
16 | HOSTAPP_ERROR_ON_UI_MESSAGE | Errors that are caught when calling back to the host app OnUiMessage. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.PIN_ENTRY_TIMEOUT | Transaction processing each pin entry timed out |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.AUTHORIZATION_IN_PROGRESS_TIMEOUT | Transaction processing authorization in progress network timed out |
18 | ACTIVITY_NOT_AVAILABLE | Activity used to initiate transaction is unavailable (could be stopped for example), no visible activity is available |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.INTERNAL_ERROR | Transaction processing failed due to internal error |
19 | TERMINAL_ALREADY_DISPOSED | Terminal instance is disposed or being disposed via terminalProvider.disposeTerminal method. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.HOST_CALLBACK_ERROR | Transaction processing failed due to an exception received from the host app |
20 | INVALID_SESSION_TIMEOUT | Session timeout is invalid to activate the session. |
Código | Erro | Descrição |
---|---|---|
- | TransactionErrorCause.PIN_PAD_OBSCURED_ERROR | PIN pad view obscured by another window |
21 | ACTIVATION_WHILE_TRANSACTION_IN_FLIGHT | Terminal.activateSession called while a transaction is in progress. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCancelReason.PIN_PAD_DETACHED_ERROR | PIN pad view was detached unexpectedly, probably PIN screen Activity was closed externally |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.NETWORK_ERROR | Activation failed due to a network communication or server issue. |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.SERVICE_ERROR | Activation failed due to service error |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.DEVICE_STATE_FAILURE | Device attestation has failed before TerminalSession instance created. |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.NFC_ERROR | NFC adapter is not ready for accepting cards. |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.CONFIGURATION_VALIDATION_HASH_FAILURE | Terminal configuration validation has validation failed. |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.DEACTIVATED | Terminal has been deactivated before service response has been processed. |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.INTERNAL_ERROR | Activation failed due to an internal error. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCreationFailureCause.DEVICE_STATE_FAILURE | Device attestation has failed before Terminal instance created. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCreationFailureCause.INTERNAL_ERROR | Internal error while creating terminal instance. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCreationFailureCause.KEY_PROVISIONING_FAILURE | Key provisioning has failed before Terminal instance created. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCreationFailureCause.UNSUPPORTED_ANDROID_OS_VERSION | Android os version is not supported by Terminal SDK. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCreationFailureCause.NETWORK_CONNECTION_ERROOR | Creating terminal failed because network connection is not available. |
Código | Erro | Descrição |
---|---|---|
- | SessionActivationFailureCause.NETWORK_CONNECTION_ERROR | Activation failed because network connection is not available. |
Código | Erro | Descrição |
---|---|---|
- | TransactionNotAuthorisedReason.NO_CARD_APPLICATION_SELECTOR_MISMATCHED | No card application is available to process the transaction while application selector is mismatched. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCancelReason.DEVICE_STATE_FAILURE | Device attestation has failed. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCancelReason.SESSION_DEACTIVATED | Session deactivated. |
Código | Erro | Descrição |
---|---|---|
- | TransactionCancelReason.TIME_CHECK_ERROR | Device system time drifts beyong tolerance, correct device system and try again. |