STATUS Description
POS_STATUS_PENDING_USER_INTERACTION POS terminal received Purchase or Refund operation. Waiting for user to provide a card for the operation
POS_STATUS_USER_CANCEL Current operation is terminated due user has canceled it manually from the POS terminal
POS_STATUS_INTERNAL_ERROR Current operation is terminated due internal error has occurred
POS_STATUS_TERMINAL_BUSY Current operation is terminated due POS terminal is busy with another operation
POS_STATUS_UNSUPPORTED_SDK_VERSION Current operation is terminated due POS terminal version is not compatible with myPOS SDK version
POS_STATUS_NO_UPDATE_FOUND Operation Update is terminated due no update is available for the POS terminal
POS_STATUS_MANDATORY_UPDATE Current operation is terminated due mandatory update is necessary. The update operation is performed automatically
POS_STATUS_OPTIONAL_UPDATE No operation is performed after this status. An optional update is available for the POS terminal
POS_STATUS_POS_UPDATING Terminal received an Update operation and started the procedure

POS_STATUS_ACTIVATION_REQUIRED Current operation is terminated due POS terminal is not activated. It is necessary to activate the POS terminal in order to perform operations
POS_STATUS_PROCESSING This status informs that a communication with the Host is performed on operation Purchase, Refund, Activate or Deactivate
POS_STATUS_DEACTIVATION_NOT_COMPLETED Operation Deactivate finished unsuccessfully
POS_STATUS_ACTIVATION_NOT_REQUIRED Operation Activate is terminated due POS terminal is already activated
POS_STATUS_ACTIVATION_NOT_COMPLETED Operation Activate finished unsuccessfully
POS_STATUS_WRONG_ACTIVATION_CODE Operation Activate is terminated due to wrong activation code
POS_STATUS_WRONG_DEACTIVATION_CODE Operation Deactivate is terminated due to wrong deactivation code
POS_STATUS_WAIT_ACTIVATION_CODE POS Terminal received Activate operation and is waiting for the user to provide an activation code
POS_STATUS_WAIT_DEACTIVATION_CODE POS terminal received Deactivate operation and is waiting for the user to provide a deactivation code
POS_STATUS_UPDATE_NOT_COMPLETED Operation Update finished unsuccessfully
POS_STATUS_TRANSACTION_NOT_FOUND When performing operation Reprint last receipt. The last transaction is not found and the operation is terminated
POS_STATUS_NO_PRINTER_AVAILABLE Current operation(Print or Reprint last receipt) is terminated due POS device has no printer hardware
POS_STATUS_NO_PAPER Current operation(Print or Reprint last receipt) is terminated due no paper is available in the POS terminal. Current operation(Purchase or Refund) completed successfully, but receipt won't be printed due no paper is available in the POS terminal
POS_STATUS_WRONG_AMOUNT Current operation is terminated due wrong amount is provided to Purchase or Refund operation
POS_STATUS_NO_CARD_FOUND Current operation is terminated due no card is provided
POS_STATUS_NOT_SUPPORTED_CARD The provided card is not supported. POS terminal is waiting for a supported card.
POS_STATUS_CARD_CHIP_ERROR Current operation is terminated due card chip reading failed
POS_STATUS_INVALID_PIN Invalid PIN. POS Terminal is waiting for another PIN.
POS_STATUS_MAX_PIN_COUNT_EXCEEDED Current operation is terminated due wrong PINs count has exceeded
POS_STATUS_PIN_CHECK_ONLINE This status informs that PIN validation is performed online. Current operation continues.
POS_STATUS_SUCCESS_ACTIVATION Operation Activate finished with success.
POS_STATUS_SUCCESS_DEACTIVATION Operation Deactivate finished with success.
POS_STATUS_SUCCESS_UPDATE Operation Update finished with success.
POS_STATUS_SUCCESS_PURCHASE Operation Purchase finished with success.
POS_STATUS_SUCCESS_REFUND Operation Refund finished with success.
POS_STATUS_SUCCESS_REPRINT_RECEIPT Operation Reprint last receipt finished with success.
POS_STATUS_SUCCESS_PRINT_RECEIPT Operation Print finished with success.
POS_STATUS_DOWNLOADING_CERTIFICATES_IN_PROGRESS This status informs that the SDK is downloading certificates from the POS Terminal.
POS_STATUS_DOWNLOADING_CERTIFICATES_COMPLETED Certificated downloading is completed successfully.
POS_STATUS_INCORRECT_PRINT_DATA Operation Print is terminated due incorrect print data is provided.
POS_STATUS_INCORRECT_LOGO_INDEX Operation Print is terminated due incorrect logo index is provided.