Skip to main content

Error Codes

Example of error data

{
"message": "Provider Service Error",
...
"code": 34,
"isRetryable": false,
"type": "https://docs.neodeos.com/errorscodes#34"
}

Meanings:

  • message - NeoDeos standard error message
  • code - NeoDeos standard error code
  • isRetryable - a flag to indicate you can retry the operation, and it may process successfully, or you cannot as it will fail again
  • type - a link to the error code documentation

Error Codes Table

CodeMessageNotes
0No ErrorDefault code, e.g. success.
1Unknown ErrorThe error is unknown, please contact the support.
2Invalid AmountAmount must be bigger than 0, but not bigger than 10,000.
3Invalid Authorise DetailsAuthorise Details for the provider are invalid. Need to verify request data or contact the support.
4Invalid Capture DetailsCapture was failed due to invalid Capture request details. Verify request data or contact the support.
5Invalid Card NumberInvalid Card Number, please use correct card number.
6Invalid CCVInvalid CVV, please verify and use correct CVV for the card.
7Invalid CountryInvalid Country code. See full list of countries and country codes here
8Invalid Country for transferInvalid Country code for the transfer.
9Invalid Expiry DateExpiry Date is invalid. Please verify and use correct Expiry Date.
10Invalid Payment DetailsInvalid Payment Details. Please make sure you use valid payment information.
11Invalid PayPal AccountPaypal Account is invalid. Please make sure you use correct Paypal Account information.
12Invalid Refund DetailsRefund Details is invalid. Please make sure you provide correct refund information.
13Invalid Void DetailsVoid Details is invalid. Please make sure you provide correct void information.
14Expired CardCard has expired. Please use other card to process the request.
15Insufficient FundsCard has insufficient funds. Make sure you add more funds to the card and apply the request again.
16Location not supportedLocation is not supported. Please verify location information.
17PayPal Billing agreement cancelledPaypal Billing agreement cancelled.
183D Secure failed3D Secure failed. Please contact the support for more details.
19Account Email UnconfirmedAccount Email Unconfirmed.
20Account ErrorAccount Error.
21Account is locked or closedAccount is locked or closed.
22Account not AuthorisedAccount not Authorised.
23Account RestrictedAccount Restricted.
24Amount exceeds MaxAmount for payTo agreementAmount exceeds MaxAmount for payTo agreement. Please verify and update the amount.
25Amount too LargeAmount is too large. Please decrease it and try again.
26Authentication/Authorization ErrorAuthentication/Authorization Error.
27Billing Postal Code not supportedBilling Postal Code is not supported. Please update and try again.
28Currency Compliance issues with transactionsCurrency Compliance issues with transactions.
29Currency not supportedCurrency is not supported. Please change currency and try again.
30DuplicateDuplicate.
31Duplicate TransactionDuplicate Transaction.
32Feature UnavailableFeature Unavailable.
33PayTo Agreement is not activePayTo Agreement is not active. Please activate it and try again.
34Provider Service ErrorProvider Service Error. Please try again later or contact the support for more details.
35Rate Limiting AppliedRate Limiting Applied.
36Receiver Account LockedReceiver Account Locked.
37Retry laterRetry later.
38Sender Account IssueSender Account Issue.
39Invalid ProviderIdProviderId is invalid. Please verify and use valid CustomerId.
40Invalid AuthenticationInvalid Authentication. Please verify authentication parameters and try again.
41Invalid EnvironmentInvalid Environment. Please contact the support.
42Tokenise Card ErrorTokenise Card Error. Please verify tokenise parameters and try again. Or contact the support.
43Transaction ErrorTransaction Error.
44Not support chargeCharge request is not supported. Please contact the support for more details.
45Unable to refundUnable to refund due to an error. Please verify request's parameters and try again. Or contact the support for more details.
46Unable to chargeUnable to charge due to an error. Please verify request's parameters and try again. Or contact the support for more details.
47Unable to captureUnable to capture due to an error. Please verify request's parameters and try again. Or contact the support for more details.
48Unable to voidUnable to void due to an error. Please verify request's parameters and try again. Or contact the support for more details.
49Unable to add customerUnable to add a customer due to an error. Please verify request's parameters and try again. Or contact the support for more details.
50No transaction foundNo transaction found.
51Invalid or expired tokenInvalid or expired token. Please update or renew token and try again.
52Invalid CustomerIdCustomerId is invalid. Please verify and use valid CustomerId.
53Invalid ChargeCharge is invalid. Please verify and use valid Charge.
54Invalid Charge StatusCharge status is invalid. To process the request the charge must have correct status.
55Invalid Card lengthInvalid Card length. It must be 14 digits.
56Invalid PaymentMethodIdPaymentMethodId is invalid. Please verify and use valid PaymentMethodId.
57Invalid PaymentMethodPaymentMethod is invalid. Please make sure you use correct PaymentMethod and try again.
58Invalid Payment TypePayment Type is invalid. It allows to be CARD only.
59Invalid threeDSServerTransIDInvalid 3DS Server Transaction Id.
60Invalid Transfer AmountInvalid Transfer Amount. Transfer amount cannot be bigger then checkout amount.
61Invalid ReferenceIdReferenceId is invalid. Please verify reference/checkout id and try again.
62Invalid VaultIdVaultId is invalid. Please verify and use valid VaultId.
63No card providers configuredThere is not configured any provider that can process the request. Please verify your providers list and configurations.
64Customer has no DefaultPaymentMethodIdDefault payment method is not defined for the customer. Please setup it and try again.
65No provider foundThere was not found a provider to create an agreement. Please verify your configuration and try again or contact the support.
66No VaultId associated with this payment methodNo VaultId associated with this payment method. Please make sure you create payment method with vault.
67No transfer information providedNo transfer information provided. Please verify your request's parameters and try again.
68Transfer larger than original chargeTotal transfer amount is bigger than original charge amount. Please verify data and try again.
69Duplicate Group referenceDuplicate Group reference.
70Duplicate transfer referenceDuplicate transfer reference.
71Feature Authorise & Capture is not supported by this providerFeature Authorise & Capture is not supported by this provider.
72Invalid CustomerId (removed)CustomerId is invalid as it the customer was removed. Please verify and use valid CustomerId.
73Invalid PaymentMethodId (removed)PaymentMethodId is invalid as it the payment method was removed. Please verify and use valid PaymentMethodId.
74Invalid Amount. Amount must be positiveAmount is invalid. It must be a positive value, e.g. > 0.
75Feature Verify Pending is not supported by this providerFeature Verify Pending is not supported by this provider.
76Invalid Amount. Maximum available refund is lessRefund amount is bigger than the charge amount. Use equal to the charge amount or smaller value. Note that previous partial refunds count as well.
77Invalid capture amount passed. Capture amount could not be more than a transaction oneInvalid capture amount passed. Capture amount could not be more than a transaction one. Use the same or smaller value.
78Feature Partial Capture is not supported by this provider. Capture amount must be the same as a transaction oneFeature Partial Capture is not supported by this provider. Capture amount must be the same as a transaction one. Cannot be used smaller or bigger value.
79Amount outside range for merchantAmount is outside of a range that configured for the merchant. Please verify the range and adjust the amount before try again.
80Gateway timeoutProvider's gateway timout. Please try to make a request again later. In case of regular occuring contact the support for more details.
81Invalid PaymentInformationPaymentInformation section of the request is missed. Please add the section and try again.
82Cannot provide both ExpireDate & ExpireSecondsThe request contains both ExpireDate & ExpireSeconds. Please use one of these two fields only, either ExpireDate or ExpireSeconds.
83Invalid ExpireDate or ExpireSecondsThe request contains invalid ExpireDate or ExpireSeconds. ExpireDate must be future date time stamp. ExpireSeconds must be bigger than 0.
84Invalid ChargeIdChargeId is invalid. Please verify and use valid ChargeId.
85Cannot provide both VaultExpireDate & VaultExpireSecondsThe request contains both VaultExpireDate & VaultExpireSeconds. Please use one of these two fields only, either VaultExpireDate or VaultExpireSeconds.
86Invalid Vault Expiry DatePlease verify VaultExpireDate or VaultExpireSeconds. VaultExpireDate must be future date time stamp. VaultExpireSeconds must be bigger than 0.
87Invalid TokenIdTokenId is invalid. Please verify and use valid TokenId.
88Invalid TransferIdTransferId is invalid. Please verify and use valid TransferId.
89Invalid Notification FormatTransaction notification format is invalid. Please verify integration with the webhook.
90Validation ErrorValidation Error occurs when request data has incorrect or missed value(s). Please check "details" response info, verify and fix your request data and try again.
91Token verification not supportedToken verification not supported occurs when selected gateway doesn't support token verification.
92Invalid addressInvalid address occurs when request data has incorrect or missed value(s) in customer address.
93Blocked CardThis credit card has been blocked.
94TimeoutTimeout during the request execution. Please verify status and data before continue with the transaction.
95Visa Installments is not supported by this providerVisa Installments is not supported by this provider.
96The order information is invalidThe order information is invalid. Please verify and fix your request data (e.g. list of items) and try again.
97Metadata does not contain required field(s)Metadata does not contain required field(s). For example, "Document Id". Please verify the provider required fields.
98Fraud check is not supported by this providerGiven provider does not support Fraud check
99Card is not enrolled for Visa InstallmentsGiven card number is not enrolled for Visa Installments
100This feature is not supported by this providerThis feature is not supported by this provider
101Invalid BatchIdInvalid BatchId
102Invalid Batch DataInvalid Batch Data
103Direct Debit is not supported by this providerDirect Debit is not supported by this provider.
104Invalid SubscriptionIdInvalid SubscriptionId
105No data to update the PaymentMethodNo data to update the PaymentMethod. Please verify and fix your request data.
106The Payment Method must be of type 'CARD'The Payment Method must be of type 'CARD'
107Unable to update the PaymentMethodUnable to update the PaymentMethod