Errors

Fraud API v2 Errors

 

Error codeHTTP status codeError message and description
1000400"Empty request body."
Our servers are receiving your API request, but it does not contain anything. Check your request for formatting errors and take a look at our reference codes above.
1001400"Incorrect config object: [data_field_name] should be sent as [format]."
The field named in the error message is formatted incorrectly. Please refer to our API reference and confirm your formatting is correct.
1006400"Invalid input json."
The json you are trying to send seems to be formatted incorrectly. Please double-check your API request.
1009400"Invalid email address."
The input provided is not an email address, e.g., it does not contain an @ sign, or the TLD (.dom, .org, etc.) is missing.
1016400"Lookup limit for your plan has been reached."
Your plan includes a limited number of API lookups. Please contact our Customer Success Team if you have reached this limit.
1017401"Invalid authorization IP."
You are sending your API request from an IP address that is not authorized for your account. Double-check your settings or reach out to our team.
1018400"Invalid card_last format."
The field must only contain the last four digits (numerals) of the card number – remove any additional information. 
1019401"Your trial has expired."
Your 14-day free trial has expired. Reach out to our team to continue using SEON.
2001401"Missing license key."
You have not authenticated your API request with your license key. You can find your license key on the Organization page.
2001401"System database error."
An error has occurred when the service tried to access the database, for example, the database may be down. Check our status page for updates or contact our team.
2002401"Invalid license key."
The license key sent over in your request is incorrect. Find your license key on the Details tab of the Organization page. If you still have issues, reach out to our Customer Success Team.
2003401"Your subscription has ended."
If you would like to continue using SEON, reach out to our team.
2004401"Inactive license."
The license you have provided has expired or has not been activated yet. Double-check that you are using the correct key on your My Account page and contact our Customer Success Team for assistance.
2006400"Requested feature [feature_name] is not enabled, for instance the HLR or CNAM lookup functionality."
The feature you are trying to use is not enabled on your account. Reach out to our Customer Success Team they can help you in upgrading your account or finding the cause.
3000400"Incorrect type: [data_field_name] should be sent as [format]."
The field named in the error message is formatted incorrectly. Please refer to our API reference and confirm your formatting is correct.
3001400"Incorrect value: [data_field_name] is invalid."
Refer to the API reference and request code examples above to confirm you are using the correct name for each field.
3002400"Incorrect value: [data_field_name] should be sent as one of [value-1], [value-2]."
The format of the named field should follow the format of the examples in the error message. Refer to the API reference above for more details.
3003400"Length error: [data_field_name] size must be between [minimum_value] and [maximum_value]."
You can find details about the maximum length of each API field on the API reference page.
3003400"Invalid transaction_amount input parameter."
The transaction amount parameter should only contain numeric characters. Remove any full stops or commas from the string.
3004400"Error:  [error_message]."
The data entered in this field is invalid, for reasons other than those stated in error codes 3001 and 3003. Check our API reference for code examples, and contact our Customer Success Team if you need more assistance.
3004400"transaction_amount not provided along with transaction_currency."
The data entered in this field is invalid, for reasons other than those stated in error codes 3001 and 3003. Check our API reference for code examples, and contact our Customer Success Team if you need more assistance.
3004400"Unrecognized property: [data_field_name]. Please check the documentation for supported properties."
Your API request should contain both fields.
3005400“Unrecognized property: [data_field_name]."
Your API request contains an unsupported property. Refer to the reference documentation above and check your API request for typos.
3007400"Invalid action_type input parameter."
The action_type field can contain almost any correctly formatted string. Check your request for unwanted spaces, special characters, etc.
4001400"System error."
An error has occurred in the SEON system. Please check our status page for updates or contact our team.
4004400"Too Many Requests."
The number of requests sent exceeds your transactions/seconds rate limit. Our Customer Success team can assist you in increasing your limit if needed.

 

Error message

{
    "success": false,
    "error": {
        "code": "3000",
        "message": "Incorrect type: 'transaction_amount' should be sent as number"
    },
    "data": {}
}

Fraud API v1 Errors

 

Error CodeError description
1000Empty request body.
1001IP address is missing.
1002IP Address is invalid.
1003License key is missing.
1004License key is invalid.
1005Invalid public key.
1006JSON input is invalid.
1008Email address is missing.
1009Email address is invalid.
1010Invalid authorization header.
1011Inactive license.
1012Your subscription has ended
2001System database error.
3000Length error: [data_field_name] size must be between [minimum_value] and [maximum_value].
3001Incorrect value: [data_field_name] is invalid.
3002Invalid cvv_result input parameter.
3003Invalid transaction_amount input, should be provided as number.
3004Invalid items_quantity input parameter.
3005Invalid items_price input parameter.
3006Incorrect value: merchant_created_at value is invalid
3007Incorrect value: action_type parameter is invalid
3008transaction_amount not provided along with transaction_currency.
3009Invalid gift input parameter.
3010Invalid gift_message input parameter.