<Custom Fraud Screen Filter>
Error Code: 1116
This user transaction has been blocked by Nuvei’s risk filters. Please contact our Risk department for further information on the transaction failure or rule set configurations via email at risk@safecharge.com.
Requested operation cannot be performed on this order
Error Code: 1058
This means that you are trying to perform a request on a session/order that cannot receive any additional requests. In order to resolve this, get a new sessionToken by calling the getSessionToken method or the openOrder method (if you are using the Web SDK).
Auth Code/Trans ID/Credit Card Number Mismatch
Error Code: 1105
The transaction related contains parameter values different from the attempted one. Please note that the following parameters MUST be equal to the parameter values of the related transaction:
AuthCode
Currency
Country
Amount
Not allowed to process this CC company
Error Code: 1109
The Credit Card brand is not enabled for your account. Please contact your account manager in order to enable it or take further actions.
Invalid POS Parameter
Error Code: 3500
//Тhis is a WeChat specific error not relevant to the main integration and API docs.
Unrecognized credit card company
Error Code: 1110
The credit card number passed is invalid or is not of a CC brand that is supported.
Invalid CVV2
Error Code: 1104
The CVV
parameter value is incorrect or has not been passed. CVV
is mandatory per configuration and a must only for Gaming industries.
Invalid Currency
Error Code: 1202
The currency you have passed is not supported by the payment method or is not enabled for your account.
Error Code: 1155
In order to perform a 3D deposit flow, an Auth3D transaction performed during the same sessionToken must be related to the Sale transaction attempt via the relatedTrasnactionId
parameter.
Invalid Amount
Error Code: 1201
The amount
parameter value is incorrect (negative/invalid characters). Note that 0 amount transactions should include parameter “transactionType”: “Auth” .
Mandatory fields are missing
Error Code: 1136
A field that is mandatory for the transaction is missing or has an incorrect value. Note that per Risk configuration, the following parameters must be included (besides the API mandatory fields):
-
billingAddress
: Country; Email -
deviceDetails
: IP -
paymentOption
: cardHolderName
Expired Token
Error Code: 1220
The sessionToken
provided in the API call is expired. Note that a sessionToken
has a 10-minute timeout and a 24h lifetime.
Invalid Card Number (Digits Count)
Error Code: 1102
The card number provided has more/less than 16 digits.
Illegal interval between auth and force
Error Code: 1108
The 6-day period allowed for Auth transaction has expired and the funds have been released back to the user. Please note that this is a restriction by Visa/MC.
Invalid Card Number (MOD 10)
Error Code: 1103
The CC number passed or provided is incorrect.
Settle amount exceeds total charges
Error Code: 1206
The Auth transaction must have the same Amount and Currency as the Settle transaction related.
Invalid Token
Error Code: 1164
The sessionToken
is incorrect/already used. Note that a full payment flow must have the same sessionToken
in all API calls. Once the sessionToken
reaches a Sale/Auth transaction results it is considered used/inactive.
Transaction is suspected as fraud
Error Code: 1116
//This is self-explanatory
Transaction type is not allowed
Error Code: 1141
The transaction type attempted is not enabled for your account. Please contact the Nuvei Integration Team.
Transaction must contain a Card/Token/Account
Error Code: 1163
The attempted deposit is missing cardData/UPOID/ccTempToken. Please note that one of the 3 should be present in any deposit.
Transaction must be sent as 3D-Secure
Error Code: 1182
3D-flow has been mandated for this specific transaction. Please apply the correct 3D API flow.
Related transaction must be Auth3D, APPROVED, same 3D-Secure version and same merchant
Error Code: 1185
The related transactionID
is missing or incorrect, or the sessionToken
for this transaction is different from the Auth3D transaction sessionToken.
Invalid Expiration Date
Error Code: 1001
Expiration date value is incorrect or in the past.
Client is not allowed for Partial Approval
Error Code: 1209
Partial approval is not enabled for your account. Please contact the Nuvei Integration Team.
Invalid external MPI parameters format
Error Code: 1284
The expected MPI parameters have incorrect values. Please find the correct field types below:
-
eci
(string, 2) – The Electronic Commerce Indicator as received from the MPI -
cavv
(string, 50) – The card authentication verification value as received from the MPI -
xid
(string, 50) – The transaction ID received from the MPI for 3D-Secure v1 -
dsTransID
(string, 36) – The transaction ID received from the MPI for 3D-Secure v2
Missing external MPI parameters
Error Code: 1167
The expected MPI parameters are missing from your request.
Country does not match ISO Code
Error Code: 1143
The provided country code is incorrect. Please use the following table to apply the correct 2-letter country code: https://www.iban.com/country-codes
Error Code: 2001
Our Gateway did not receive a response from the Acquirer banks server. Please retry later.
Authentication failed
Error Code: 1282
The transaction has failed since the user did not complete the Authentication. This may be in result of:
- Incorrect 3D authentication
- Issuers bank server did not respond
- Visa/MC/Amex directory 3D server did not respond
Transaction already voided
Error Code: 1168
A void transaction (cancel) has been performed related to this specific Sale transaction. No further actions can be attempted here. The funds have not been transmitted.
Card number, Currency and Amount must be equal in a specific 3D-Secure flow
Error Code:
The card data/currency/amount parameters must be the same throughout all of the API calls related to this deposit.