Cycle Logo

REST API - Error Codes

A comprehensive list of error codes that may be returned by the Cycle REST API.

Payment Errors

CodeError TextReasonSolution
5000ByPassWhen repeating EMVConfirm from the mobile client if the mobile client has not received a response. When making an offline payment, a package with such data has already been sent.You don't need to do anything.
5001Duplicate transaction (DuplicateTransaction)The transaction request contains the ID of a transaction already existing in the system.Make sure that the request with this transaction ID has not been executed before, try to find the transaction by the ID that is transmitted, change the ID in the request, repeat the execution.
5002POS mismatch (POS_Inconsistency)Request sent with incorrect agent ID.Correct agent ID. Repeat request.
5003Currency mismatch (Currency_Inconsistency)Check the currency sent in the request. Correct it to the correct one. Repeat request.
5004The mandatory tax rate is not specified (Invalid_Taxes_RequiredTaxNotPassed)Specify the tax rate. Repeat request.
5005Duplicate tax rates indicated (Invalid_Taxes_DublicateTaxPassed)Checks the request body and removes duplicate tax rates. Repeat request.
5006Invalid transaction state (Invalid_Transaction_State)Make a transaction status request, check the status.
5007Payment has already been processed (Transaction_already_processed)Such a payment already exists.Find such a transaction in the system. Check your payment history for a similar payment.
5008Invalid transaction (Invalid_Transaction)Error: Invalid transaction formation. The packet sent to the server does not allow creating a transaction due to insufficient data or incorrect data.Correct data. Repeat request.
5010Email address or phone number required (Receipt_email_or_phone_needed)Email address or phone number values are not filled in.Enter the buyer's email or phone number.
5011Acquirer not found (Acquirer_Not_Found)Invalid Acquirer.Correct AcquirerCode. Repeat request.
5012Error when debiting money from the card (Acquirer_process_error)General acquiring error.View the clarifying acquiring error code. If it is not there, send a description of the actions preceding the error and logs to Cycle support.
5013Invalid amount (Invalid_Amount)General acquiring error.Check the amount and correct it. Repeat request.
5014Payment verification error (Gate_check_error)General acquiring error (may occur due to an attempt to perform Expense/Return transactions using the card method). The prepare method checks the data in the request, field composition/field codes.Description of actions preceding the error and send logs to Cycle support.
5017Reader data error (Reader_Data_Error)Failed to read the packet coming from the reader.Try to repeat the transaction, reflash or replace the reader.
5018Cancellation has already been made (Reverse_AlreadyReversed)Cannot undo twice.Cancellation is not possible.
5019Payment cannot be canceled (Reverse_OperationNotReversable)Cannot undo twice.Cancellation is not possible.
5020The service does not support the cancel operation (Reverse_Cancel_Invalid_Service)Cannot undo twice.The reverse option is disabled. Description of actions preceding the error and send logs to Cycle support.
5021Are you sure you want to refund the transaction? (Reverse_Cancel_NA_DoReturnQ)Confirm or cancel return.
5022Returns are no longer possible (Reverse_Return_NA)The period for cancellation/return of goods has expired.Check the dates, most likely the time for canceling/returning the goods has expired. Usually one business day for cancellation and 2 weeks for return. Contact support.
5023Refunds are only possible to the same payment card with which the payment was made. (Reverse_CardNumberMismatch)The buyer tries to make a return to the wrong card.Find the card with which the payment was made, Repeat the request.
5024An error occurred while trying to cancel the transaction (Reverse_Return_Error)Description of actions preceding the error and send logs to Cycle support.
5025Invalid input type (Invalid_Input_Type)Check InputType, correct it to the correct one from the value dictionary.
5026Error connecting to EMV server (EmvServerConnectError)Try to repeat the transaction, reflash or replace the reader.
5027Reader not recognized (Unrecognized_Reader)Description of actions preceding the error and send logs to Cycle support.
5028Transaction not found (Tran_Not_Found)Description of actions preceding the error and send logs to Cycle support.
5029An error occurred while trying to cancel the transaction (Reverse_Cancel_Error)Description of actions preceding the error and send logs to Cycle support.
5030Service not found (Service_not_found)Description of actions preceding the error and send logs to Cycle support.
5031Reverse_Mode_InvalidDescription of actions preceding the error and send logs to Cycle support.
5032OrderNotFoundDescription of actions preceding the error and send logs to Cycle support.
5033EMV server returned an error (EMVFinishedResultInvalid)Description of actions preceding the error and send logs to Cycle support.
5034In order to complete the operation, additional data is needed (AdditionalFieldsRequired)System settings error.Description of actions preceding the error and send logs to Cycle support.
5035Incorrect data was entered. Try again (AdditionalFieldsError)System settings error.Description of actions preceding the error and send logs to Cycle support.
5036Error when debiting money from the card (GateCalcFeeError)System settings error.Contact the card publisher.
5037Error when debiting money from the card (AcquirerCalcFeeError)Error in financial institution settings in the system.Description of actions preceding the error and send logs to Cycle support.
5038Error when debiting money from the card (CardportCalcFeeError)Error in financial institution settings in the system.Description of actions preceding the error and send logs to Cycle support.
5039Financial institution not specified (FinstNotSet)Error in financial institution settings in the system.Description of actions preceding the error and send logs to Cycle support.
5040AcquirerSelectionRequiredDescription of actions preceding the error and send logs to Cycle support.
5041PIN required (PINRequired)Error in financial institution settings in the system.Description of actions preceding the error and send logs to Cycle support.
5042InvalidConfiguredDescription of actions preceding the error and send logs to Cycle support.
5043public const int IssuerNotServedDescription of actions preceding the error and send logs to Cycle support.
5044Client settings prohibit making paymentsDescription of actions preceding the error and send logs to Cycle support.
5050Error sending mail (public const int EmailSendError)Description of actions preceding the error and send logs to Cycle support.
5051Error sending SMS (public const int SmsSendError)Description of actions preceding the error and send logs to Cycle support.
5052Service error in the seller's system (public const int CAE_Failed)Description of actions preceding the error and send logs to Cycle support.
5054Attempting to cancel a transaction that is still in "Pending Payment"Description of actions preceding the error and send logs to Cycle support.
5060Offline mode is not enabledDescription of actions preceding the error and send logs to Cycle support.
5061The check is emptyDescription of actions preceding the error and send logs to Cycle support.
5062Offline mode only works for cashDescription of actions preceding the error and send logs to Cycle support.
5063Payment time is emptyDescription of actions preceding the error and send logs to Cycle support.
5064The request cannot be processed without GPS coordinatesCoordinates not specified.Specify coordinates. Repeat request.
5066Duplicate transaction (A duplicate of payment for same amount and payment card is currently processing)The payment that preceded the double has not yet been archived and is in “Awaiting payment”.Wait for the allotted protection time and perform the transaction again.
5065A duplicate transaction was found for the same amount using the same cardThe payment that preceded the take has already been completed is archived.If necessary, carry out the transaction after the time limit to limit duplicate transactions (usually 5-10 minutes).
5068The terminal is not configured correctly (Acquirable Inputtypes InvalidTerminal)Client terminal settings are missing or incorrectly configured.Check and set the appropriate terminal client settings.
5071Incorrect external order item formatError when trying to cancel an operation on items in which a product item name that does not match the original was transferred. (or when trying to cancel an already canceled item).Check that the data regarding the original payment is correct.
5076invalid emv modeSingleStepAuthMode for reverse is not specified or missing.The request for reverse via chip or NFC must contain SingleStepauthMode:true.
5077Payment description requiredThere is no description in the payment.Description of actions preceding the error and send logs to Cycle support.
5100AcquiringEMVConfirmCode_APPROVEDDescription of actions preceding the error and send logs to Cycle support.
5120An error occurred during the operation (AcquiringEMVConfirmCode_Failure)Chip rejected payment.Contact your bank, do not try again until then.
5130Operation aborted (AcquiringEMVConfirmCode_TERMINATED)Chip rejected payment.Contact the card publisher.
5131Operation diverted (AcquiringEMVConfirmCode_DECLINED)Chip rejected payment.Contact the card publisher.
5132Operation diverted (AcquiringEMVConfirmCode_CONDITION_NOT_SATISFIED)Chip rejected payment.Contact the card publisher.
5133Operation cancelled (AcquiringEMVConfirmCode_CANCEL)Chip rejected payment.Contact the card publisher.
5134Card error (AcquiringEMVConfirmCode_CAPK_FAIL)Chip rejected payment.Contact the card publisher.
5135Card error (AcquiringEMVConfirmCode_NOT_ICC)Chip rejected payment.Contact the card publisher.
5136Card error (AcquiringEMVConfirmCode_MISSING_MANDATORY_DATA)Chip rejected payment.Contact the card publisher.
5137Card error (AcquiringEMVConfirmCode_INVALID_ICC_DATA)Chip rejected payment.Contact the card publisher.
5138Card blocked (AcquiringEMVConfirmCode_NO_EMV_APPS)Chip rejected payment.Contact your bank, do not try again until then.
5139Card blocked (AcquiringEMVConfirmCode_CARD_BLOCKED)Chip rejected payment.Contact your bank, do not try again until then.
5140Card blocked (AcquiringEMVConfirmCode_APPLICATION_BLOCKED)Chip rejected payment.Contact your bank, do not try again until then.
5141Reader error (AcquiringEMVConfirmCode_DEVICE_ERROR)The reader could not establish a connection with the card.The contacts on the card may be dirty. Try again.
5142Card not supported (AcquiringEMVConfirmCode_CARD_NOT_SUPPORTED)The reader could not establish a connection with the card.Use another card.
5201Fraud in the country of the issuing bank (Fraud_by_Country_of_bank_issuer)There are restrictions on use for this card.Do not go beyond the established limits, or use a different card.
5204Unable to calculate commissionTariff configured incorrectly.Description of actions preceding the error and send logs to Cycle support.

Other Errors

CodeError TextReasonSolution
1An error has occurredDescription of actions preceding the error and send logs to Cycle support.
501Incorrect login or passwordMake sure the entered email and password are correct. Check keyboard layout and CapsLock.
502Account deactivatedIt is impossible to log in with this account.You need to contact the client administrator.
504Password needs to be changedIt is impossible to log in with this account.You need to contact the client administrator.
550Invalid emailIt is impossible to log in with this account.Check the entered data and try again.
551Invalid nameIt is impossible to log in with this account.Check the entered data and try again.
552Wrong phoneIt is impossible to log in with this account.Check the entered data and try again.
553Invalid passwordIt is impossible to log in with this account.Check the entered data and try again.
554Incorrect legal addressCheck the entered data and try again.
555Wrong languageCheck the entered data and try again.
556Incorrect physical addressCheck the entered data and try again.
557Wrong countryCheck the entered data and try again.
558Invalid terminalCheck the entered data and try again.
559Invalid currencyCheck the entered data and try again.
560Email already registeredCheck the entered data and try again.
561Invalid tariffCheck the entered data and try again.
562Name already takenCheck the entered data and try again.
563The specified email is not registered in CycleCheck the entered data and try again.
564Invalid GMT valueYour device's time zone is incorrectly configured.Correctly set the time zone.
570The branch has not been transferredCheck the entered data and try again.
580Financial institution not transferredCheck the entered data and try again.
601The item contains nested items or has already made paymentsThis item cannot be deleted.
602Account not foundDescription of actions preceding the error and send logs to Cycle support.
603Access deniedContact the administrator.
701Data validation errorDescription of actions preceding the error and send logs to Cycle support.
702The specified email is not registeredDescription of actions preceding the error and send logs to Cycle support.
901Invalid terminal aliasCheck the entered data and try again.
902Incorrect terminal nameCheck the entered data and try again.
903Class name is too longCheck the entered data and try again.
904Too many characters for the Contactless Card Acceptance fieldCheck the entered data and try again.
905Too many characters for the Self-Service fieldCheck the entered data and try again.
906Too many characters for the Terminal Type fieldCheck the entered data and try again.
907Too many characters for Region Code fieldCheck the entered data and try again.
908The terminal is in useDescription of actions preceding the error and send logs to Cycle support.
910Too many characters for the MCC code fieldCheck the entered data and try again.
911Too many characters for the Title fieldCheck the entered data and try again.
912Too many characters for Description fieldCheck the entered data and try again.
913Too many characters for the "Seller ID in PS" fieldCheck the entered data and try again.
914Too many characters for the Currency fieldCheck the entered data and try again.
915Too many characters for the Country fieldCheck the entered data and try again.
916Too many characters for the Owner fieldCheck the entered data and try again.
917Too many characters for Region fieldCheck the entered data and try again.
918Too many characters for the Department fieldCheck the entered data and try again.
919Too many characters for the City fieldCheck the entered data and try again.
920Too many characters for Location fieldCheck the entered data and try again.
921Too many characters for Postal Code fieldCheck the entered data and try again.
922Too many characters for the Phone fieldCheck the entered data and try again.
923Too many characters for the field "Time offset relative to the processing center (in minutes)"Check the entered data and try again.
924Too many characters for the Terminal Capabilities fieldCheck the entered data and try again.
925Too many characters for the "Location Latitude" fieldCheck the entered data and try again.
926Too many characters for the "Location Longitude" fieldCheck the entered data and try again.
1201Reader data errorFailed to read the packet coming from the reader.Try to repeat the transaction, reflash or replace the reader.
1202Reader not foundThe reader's serial number was not found in the database.Try to reflash or replace the reader.
1203Duplicate reader transaction numberEmergency situation. Perhaps someone is trying to hack the reader.Description of actions preceding the error and send logs to Cycle support.
1204Error decrypting reader dataFailed to decrypt data received from the reader.Try to repeat the transaction, reflash or replace the reader.
1205Invalid reader typeTry to repeat the transaction, reflash or replace the reader.
1206Invalid reader dataFailed to read the packet coming from the reader.Try to repeat the transaction, reflash or replace the reader.
1207Reader disabledThe reader is blocked in the database.Contact the Cycle server administrator or replace the reader.
1209InvalidReaderTypeForPINDescription of actions preceding the error and send logs to Cycle support.
1210Error reading card data from readerFailed to decrypt data coming from the reader.Try to repeat the transaction, reflash or replace the reader.
1211EMV transaction requiredChip transaction required.Attempt three times to complete a chip transaction. If unsuccessful, the system will accept a swipe.
1401Invalid user idDescription of actions preceding the error and send logs to Cycle support.
1402No accounts foundDescription of actions preceding the error and send logs to Cycle support.
1501Insufficient rightsYou need to contact the administrator.
1502Wrong actionDescription of actions preceding the error and send logs to Cycle support.
2000Invalid email address for checkDescription of actions preceding the error and send logs to Cycle support.
2001Invalid phone number for checkDescription of actions preceding the error and send logs to Cycle support.
2002Recurrent ID not passedDescription of actions preceding the error and send logs to Cycle support.
2003An error occurred while checking the recurrentDescription of actions preceding the error and send logs to Cycle support.
2004An error occurred while creating the recurrentDescription of actions preceding the error and send logs to Cycle support.
2005Duplicate recurrentDescription of actions preceding the error and send logs to Cycle support.
2006An error occurred during payment card verificationFailed to save card data for recurrent.Contact the bank that issued the card.
2007An error occurred during payment card verification. The card does not allow recurring transactionsFailed to save card data for recurrent.Contact the bank that issued the card.
2008An unconfigured recurrent cannot be startedConfigure recurrent: specify the frequency of recurrent payments (steps).
2010Failed to validate card, please try again laterTry again later or contact the acquiring bank.
2011You can't create a recurrent without stepsSpecify the frequency of recurrent payments (steps).
9001Invalid product field valueCheck the entered data and try again.
9002Invalid product codeCheck the entered data and try again.
9003Invalid product header valueCheck the entered data and try again.
9004Invalid product valueCheck the entered data and try again.
9005Product field cannot be deletedCheck the entered data and try again.
9006The product cannot be removedCheck the entered data and try again.
9007Invalid product field valueCheck the entered data and try again.
9008Required product field not foundDescription of actions preceding the error and send logs to Cycle support.
9009Unknown product fieldDescription of actions preceding the error and send logs to Cycle support.
9010Empty product fieldCheck the entered data and try again.
10001Invalid amountCheck the entered data and try again.
10002Invalid amountCheck the entered data and try again.
10003Invalid currencyCheck the entered data and try again.
10004Invalid currencyCheck the entered data and try again.

EMV Errors

CodeError Text
1APPROVED
30TERMINATED
31DECLINED
32CONDITION_NOT_SATISFIED
33CANCEL
34CAPK_FAIL
35NOT_ICC
36MISSING_MANDATORY_DATA
37INVALID_ICC_DATA
38NO_EMV_APPS
39CARD_BLOCKED
40APPLICATION_BLOCKED
41DEVICE_ERROR
42CARD_NOT_SUPPORTED
43SELECT_APP_FAIL