# Fraud Suspend to Confirm
source: https://developer.mastercard.com/fld-fraud-submission/documentation/fde/index.md

#### Failure scenarios of Fraud Suspend to Confirm {#failure-scenarios-of-fraud-suspend-to-confirm}

|                                                    Failure Scenario                                                     | Response Code | Reason Code |                                                                                                  Description                                                                                                  |                                                                             Tips to Resolve                                                                             |
|-------------------------------------------------------------------------------------------------------------------------|---------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| FDE request for record against ICA and ACN combination does not exist in system                                         | 200           | 22701       | Record to be confirmed could not be found. Correct ACN and resubmit.                                                                                                                                          | Correct the ICA and ACN combination and submit the request again.                                                                                                       |
| The Transaction Amount and The Cardholder Billing Amount differ by more than 25 percent when converted to U.S. dollars. | 201           | 24511       | The Transaction Amount in currency of transaction and the Transaction Amount in Cardholder Billing Currency differ by more than 25 percent when converted to U.S. dollars. Requires confirmation or deletion. | -                                                                                                                                                                       |
| FLD DB exception                                                                                                        | 100           | 40100       | Fraud and Loss Database exception occurred. Record is errored out.                                                                                                                                            | Retry after sometime.                                                                                                                                                   |
| Constraint violation during DB operation                                                                                | 100           | 41600       | Constraint violation exception occurred. Record is errored out.                                                                                                                                               | Retry after sometime.                                                                                                                                                   |
| Attribute is missing                                                                                                    | 100           | 60002       | `<xyz>` attribute or attribute value is missing or incorrect.                                                                                                                                                 | Correct the FDE request and resubmit again.                                                                                                                             |
| Attribute is incorrect                                                                                                  | 100           | 60002       | `<xyz>` attribute or attribute value is missing or incorrect.                                                                                                                                                 | Correct the FDE request and resubmit again.                                                                                                                             |
| Attribute value is missing                                                                                              | 100           | 60002       | `<xyz>` attribute or attribute value is missing or incorrect.                                                                                                                                                 | Correct the FDE request and resubmit again.                                                                                                                             |
| Incorrect datatype of attribute value                                                                                   | 100           | 60003       | `<xyz>` incorrect datatype of attribute value.                                                                                                                                                                | Correct the FDE request and resubmit again.                                                                                                                             |
| Incorrect minimum length of attribute value                                                                             | 100           | 60004       | `<xyz>` attribute value length not in range. Minimum Length: `<p>` and Maximum Length: `<q>`.                                                                                                                 | Correct the FDE request and resubmit again.                                                                                                                             |
| Incorrect maximum length of attribute value                                                                             | 100           | 60004       | `<xyz>` attribute value length not in range. Minimum Length: `<p>` and Maximum Length: `<q>`.                                                                                                                 | Correct the FDE request and resubmit again.                                                                                                                             |
| Incorrect minimum value of attribute value                                                                              | 100           | 60005       | `<xyz>` attribute value not in range. Minimum Value: `<p>` and Maximum Value: `<q>`.                                                                                                                          | Correct the FDE request and resubmit again.                                                                                                                             |
| Incorrect maximum value of attribute value                                                                              | 100           | 60005       | `<xyz>` attribute value not in range. Minimum Value: `<p>` and Maximum Value: `<q>`.                                                                                                                          | Correct the FDE request and resubmit again.                                                                                                                             |
| Attribute value is not a defined ENUM value                                                                             | 100           | 60006       | `<xyz>` attribute value is not a defined ENUM value.                                                                                                                                                          | Correct the FDE request and resubmit again.                                                                                                                             |
| Attribute value does not follow the defined pattern (for example, regex)                                                | 100           | 60007       | `<xyz>` attribute value does not follow the defined pattern.                                                                                                                                                  | Correct the FDE request and resubmit again.                                                                                                                             |
| Timestamp value in request is incorrect                                                                                 | 200           | 60012       | Timestamp value in request should be same as current date.                                                                                                                                                    | Correct the FDE request and resubmit again.                                                                                                                             |
| Duplicate Reference ID for the initiator and service combination                                                        | 200           | 60013       | Duplicate Reference ID `<refId>` for the initiator and service combination.                                                                                                                                   | Correct the FDE request and resubmit again.                                                                                                                             |
| Request initiator is not authorized for this particular account range                                                   | 200           | 60018       | Request initiator is not authorized for this particular account range.                                                                                                                                        | User cannot confirm the record as user is not provisioned for this particular account range. User can request provisioning for particular account range via MC Connect. |
| Any unexpected error while processing the request                                                                       | 100           | 90004       | Unexpected error while processing request.                                                                                                                                                                    | Correct the FDE request and resubmit again.                                                                                                                             |

