Skip to end of banner
Go to start of banner

Fraud Reporting

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 37 Next »

For most card networks, fraud reporting must be completed before a fraud chargeback can be submitted.  The system facilitates automatic fraud reporting via direct integration with popular card networks.  This step is only applicable to credit and debit card claims.

  The Fraud Reporting flow is executed on fraud card claims to facilitate the reporting process.  QFD supports reporting fraud immediately after enrichment or when one of the following actions are initiated:

  • Chargeback
  • Deny
  • Write Off

When a service is available, this action is complete automatically by the system.  When no service is configured, an assignment is generated to prompt a user to complete the necessary actions.

Bulk Fraud Reporting

In an environment where fraud reporting is completed manually, a bulk option is available to reduce the number of steps required to complete the fraud reporting step.  If the disputes span multiple networks, a bulk action will be displayed for each supported network.

Extension Points

To configure how fraud reporting is executed, update Fraud Reporting Pre-Conditions.

To enable "in-flow" fraud reporting that is only executed when chargeback, deny or write-off actions are executed, set the IsFraudReportingPostEnrichment DSS to false.

To configure what automated methods are available and the system should determine which one to use, update DetermineAutoFraudReportingMethod.

To configure the maximum number of retry attempts for the integration service, update D_ImplConfig.MaxFraudReportingServiceRetries.

To enable verification mode for Mastercard, update the MCFraudReportingVerificationModeEnabled DSS.  This will require a user to review all fraud values before sending the report to Mastercard.

To enable verification mode for Visa, update the VisaFraudReportingVerificationModeEnabled DSS.  This will require a user to review all fraud values before sending the report to Visa.

Fraud Reporting Updates

When Fraud Reporting was previously performed on a claim, and the claim was later denied for any reason other than a Merchant Credit, a call is placed systematically to update the Fraud Reporting after claim resolution. This optional configuration is set by default.

Fraud Reporting Rejects

When a fraud report is rejected, the system should exit the flow and not attempt to delete the fraud reporting. The Completed Actions will show fraud reporting as successfully completed even if it was subsequently rejected.

In the event of a fraud reporting reject, no user action will be prompted and there will not be a notification present in QFD. No update will be made if the dispute is denied. There will be an audit entry to show that the service was run as a part of QFD's standard checks in final processing.

A reject is indicated by AcctSeqNum = 9999 on the GetFraudReportDetails call  

Fraud Types

Visa

The following fraud types are supported by the Visa network.  The Default Rules column describes the logic used for setting the default fraud type.

Stored ValueDisplay ValueDefault RulesNotes
0LostClaimReason = "CardLost"
1StolenClaimReason = "CardStolen"
2Card not received as Issued (NRI)ClaimReason = "CardNotReceived"
3Fraudulent applicationClaimReason = "FraudApp"
4Issuer reported counterfeitClaimReason = "CardSecure" and disputed transaction does not have a  ECI indicatorVisa also checks that POS entry mode is not 05/95.
5Miscellaneous/Account takeoverClaimReason = "AccountTakeOver"
6Fraudulent use of account numberClaimReason = "CardSecure" and disputed transaction has a ECI indicator
AIncorrect Processing

BAccount or Credentials Takeover

CMerchant Misrepresentation

21.1 Mandate

Added

DManipulation of Account Holder

21.1 Mandate

Added

Mastercard

Stored ValueDisplay ValueNotes

00

Lost Fraud


01

Stolen Fraud


02

Never Received Issue


03

Fraudulent Application


04

Counterfeit Card Fraud


05

Account Takeover Fraud


06

Card Not Present Fraud


51

Bust-out Collusive Merchant


54

First-Party Fraud This reason code must be used when applicable effective 27 January 2025 in the Canada Region and 27 October 2024 in all other Regions.


55

Modification of Payment Order

56

Manipulation of Cardholder

Rule(s)FraudReporting, AutoFraudReporting, ExecuteMCFraudReporting, ExecuteVisaFraudReporting





  • No labels