Common Error Messages

For the Recipients service

Error Code Error Message Http Status Code Notes
REC_99997 Client error 400 A Generic client error
REC_99999 Server error 500 A Generic server error
REC_12014 Request header is too long. 400 Header validation for headers apart from
authorization and transactionId
(Example: callingAppId)
REC_10009 Invalid query param 400 Max Number of Query params are 2

Query params exceed max length

validate : 5 chars

fromAccountId : 64 chars
REC_12017 RequestBody size exceeds limit. 400 Max size allowed 2 MB = 2097152 bytes
REC_99998 Server cannot handle this request. Varies This error code is returned when the cause
of an error was known but was not mapped
to a specific error code. This can happen for 404s, 405s,
or any other error type that is not listed in this table.
REC_12009 Invalid email 400 This error is shown only when email has invalid format or less than
minimum length.
REC_12003 Request transactionId header is too long. 400 Transaction header max length can be 36 char
REC_12015 Some fields in request body are not supported for the configured provider type. 400
  1. Validation error when memberNumber is sent in
    create/update/validate recipient request for PHOENIX provider type.
  2. Validation error when accountType or memberNumber
    is sent in create/update/validate recipient request for NONGENERIC provider type.
REC_10005 User not found at host 400
REC_10006 Invalid passcode 400
REC_10007 Invalid account 400
REC_11004 InstitutionId is invalid or is incorrectly configured. 400
REC_12001 Request should only contain printable ASCII characters. 400
REC_12002 Request is missing a transactionId header. 400
REC_12004 Required fields are not provided or not valid. 400
REC_12005 Request cannot be blank. 400
REC_12006 Recipient ID cannot be blank. 400
REC_12007 Provider type cannot be blank. 400
REC_12008 Invalid provider type 400
REC_12010 Recipient IDs from request and URL do not match. 400
REC_12011 One of the request field lengths is greater than max length. 400
REC_12012 Account type is not from the list of allowed account types. 400
REC_12013 Sender account ID can not be blank. 400
REC_12016 Request callingAppId header is too long. 400
REC_13001 This recipient already exists. 400
REC_13002 This recipient nickname already exists. 400
REC_14004 Recipient not found 400
REC_14005 Error while updating recipient information 400/401
REC_11001 Full authentication was not provided in the request. 401
REC_11002 The authentication token that was sent in the request is invalid. 401
REC_11003 The authentication provided does not authorize this request. 403
REC_10008 Test lucky transfer failed 500
REC_14001 Recipient not added to the database successfully 500
REC_14002 Recipient not deleted successfully 500
REC_14003 Error while fetching recipients from database 500
REC_14005 Error while updating recipient information 500
REC_22001 Internal validation error 500

For Transfer service

Error Code Error Message HTTP Status Code Notes
TFR_10000 Client error. Transfer could not be completed. 400 This is the default error for client errors.
TFR_10001 Server error. Transfer could not be completed. 500 This is a generic error if more specific cause is unknown.
TFR_10002 Invalid institution ID 400 This is thrown when the provided institutionId is not found in the Institution table in informix database.
TFR_10003 The From account provided does not exist or could not be retrieved. 400
TFR_10004 The To account provided does not exist or could not be retrieved. 400
TFR_10005 An unacceptable transfer type was provided for this transfer. 400
TFR_10006 Contributions to a prior year cannot be scheduled. 400 SRT
TFR_10007 A start date must be provided and must be after today. 400 SRT
TFR_10008 An end date that is after the start date must be provided, and it must result in at least one execution. 400 SRT
TFR_10009 The number of executions is required for the given life type and must be a positive integer that is no greater than 99. 400 SRT
TFR_10010 The provided frequency requires a valid day or set of days to execute. 400 SRT
TFR_10011 The provided schedule requires a life type. 400 SRT
TFR_10012 The provided schedule requires a valid frequency. 400 SRT
TFR_10013 Loan overpayment cannot be scheduled. 400 SRT
TFR_10014 SRTs are not enabled for this institution. 400 SRT
TFR_10015 Loan overpayment is not enabled for this institution. 400 Loan overpayments
TFR_10016 Loan overpayment options are not configured for this institution. 400 Loan overpayments
TFR_10017 Loan overpayment options for this institution could not be processed. 400 Loan overpayments
TFR_10018 Loan overpayment is not allowed for the To account 400 Loan overpayments
TFR_10019 Loan overpayment option is not allowed for the To account. 400 Loan overpayments
TFR_10020 The transfer amount is required. 400
TFR_10021 The transfer amount is invalid. 400
TFR_10022 The transfer amount exceeds the From account balance. 400
TFR_10023 The From User is required. 400
TFR_10024 The To User is required. 400
TFR_10025 The From account is restricted from making a transfer. 400
TFR_10026 The To account is restricted from receiving a transfer. 400
TFR_10027 The From account has an invalid status and cannot be used to make a transfer. 400
TFR_10028 The To account has an invalid status and cannot be used to receive a transfer. 400
TFR_10029 The From account and To account cannot be the same. 400
TFR_10030 The RegE confirmation message could not be created. 400
TFR_10031 The transfer amount must be equal to the To account loan payment amount. 400
TFR_10032 The transfer amount must be less than or equal to the To account loan payment amount. 400
TFR_10033 The transfer amount must be greater than or equal to the To account loan payment amount. 400
TFR_10034 Invalid query param 400
TFR_10035 Request should only contain printable ASCII characters. 400
TFR_10036 Request is missing a transactionId header. 400
TFR_10037 Request transactionId header is too long. 400
TFR_10038 The To account prior year eligible contribution amount is missing, zero, or negative. 400 IRA transfer
TFR_10039 The transfer amount exceeds the prior year eligible contribution amount. 400 IRA transfer
TFR_10040 The To account eligible contribution amount is missing, zero, or negative. 400 IRA transfer
TFR_10041 The transfer amount exceeds the eligible contribution amount. 400 IRA transfer
TFR_10042 Memo is not enabled for this institution. 400
TFR_10043 Memo exceeds maximum length allowed. 400
TFR_10044 Memo contains an invalid character. 400
TFR_10045 Transfers From the institution owned account transfer type are not enabled for this institution. 400 Good Funds/General Ledger transfer
TFR_10046 Transfers To the institution owned account transfer type are not enabled for this institution. 400 Good Funds/General Ledger transfer
TFR_10047 The institution-owned account is not properly configured for this institution. 400 Good Funds/General Ledger transfer
TFR_10048 The cross TIN transfer type was set incorrectly. 400 Cross TIN transfer
TFR_10050 Recipient transfers not allowed. 400 Recipient transfer
TFR_10051 Recipient not found. 400 Recipient transfer
TFR_10052 Recipient transfers to the requested account type not allowed. 400 Recipient transfer
TFR_10053 Invalid to account type in validate recipient transfer request. 400 Recipient transfer
TFR_10054 Invalid to passcode in validate recipient transfer request. 400 Recipient transfer
TFR_10056 The request body could not be parsed. Ensure that all required fields are being sent and that they contain valid values. 400
TFR_10057 Business banking user not found. 400 BB SRT
TFR_10058 The fromAccountId field is required. 400
TFR_10059 The toAccountId field is required. 400
TFR_10060 The CIF number is required but was not found 401
TFR_10061 Request callingAppId header is too long 400
TFR_10062 The provided schedule is invalid. Ensure that proper fields are being sent for the given life type and frequency. 400
TFR_10063 An incorrect number of days was provided for the given frequency. 400
TFR_10064 Test transfers cannot be scheduled. 400
TFR_10065 Request header is too long 400 Long generic header (More than 150 characters)
TFR_10066 Transfer ID is required. 400 SRT
TFR_10067 Transfer IDs from request and URL do not match. 400 SRT
TFR_10068 Unauthorized access. 403 It can occur in case of one of the following scenarios 1. The from account holder ID did not match any of the locations that this user is entitled to.2. The To account holder ID did not match any of the locations that this user is entitled to.3. The From account holder ID, To account holder ID, or both IDs did not match any of the locations that this user is entitled to.
TFR_10069 RequestBody size exceeds limit. 400
TFR_10070 Member number is invalid. 500 If the decimal memberNumber is not numeric or if the hex memberNumber does not match hex regex, then this error will be thrown.
close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.