Temp Matching Criteria
Overview
The Temp Matching Criteria decision table defines the criteria that are evaluated when the system attempts to match clearing records to a disputed authorization record.
Criteria
Iteration | Auth Code | Amount | Transaction Date | Transaction Date +/- 1 day | Description | Description Contains | Description Tokenized | CardID | Result |
---|---|---|---|---|---|---|---|---|---|
1 | true | true | true | Â | true | Â | Â | true | Auto Match |
2 | true | true | true | Â | Â | true | Â | true | Auto Match |
3 | true | true | true | Â | Â | Â | true | true | Auto Match |
4 | Â | true | true | Â | true | Â | Â | true | Auto Match |
5 | true | Â | Â | Â | true | Â | Â | true | Auto Match |
6 | true | Â | Â | Â | Â | true | Â | true | Auto Match |
7 | true | Â | Â | Â | Â | Â | true | true | Auto Match |
8 | true | true | Â | Â | Â | Â | Â | true | Auto Match |
9 | true | Â | true | Â | Â | Â | Â | true | Auto Match |
10 | Â | true | true | Â | Â | true | Â | true | Auto Match |
11 | Â | true | true | Â | Â | Â | true | true | Auto Match |
12 | Â | true | Â | true | true | Â | Â | true | Auto Match |
13 | Â | true | Â | true | Â | true | Â | true | Auto Match |
14 | true | Â | Â | Â | Â | Â | Â | true | Review |
15 | Â | true | Â | Â | true | Â | Â | true | Review |
16 | Â | true | true | Â | Â | Â | Â | true | Review |
17 | Â | true | Â | Â | Â | true | Â | true | Review |
18 | Â | true | Â | Â | Â | Â | true | true | Review |
19 | Â | Â | true | Â | true | Â | Â | true | Review |
20 | Â | Â | true | Â | Â | true | Â | true | Review |
Conditions
Condition | Description |
---|---|
Auth Code | When the authorization code on the authorization matches the authorization code on the posted transaction this returns true. |
Amount | When the amount on the authorization matches the amount on the posted transaction this returns true. |
Transaction Date (Auth Date) | When the date on the authorization matches the date on the posted transaction this returns true. |
Transaction Date +/- 1 day | When the date on the authorization is within one day of the date on the posted transaction this returns true. |
Description Match | When the description on the authorization matches the description on the posted transaction this returns true. |
Description Contains | Compares the authorization description to the posted transaction description. If the value of one description is contained in the other it will be return true. For example if the authorization description is "iTunes" and the posted transaction description is "iTunes 888-888-8888", this would return true.  |
Description Tokenized Match | Compares individual words in the the authorization description to the posted transaction description. Any text string greater than 4 characters will be compared and if a match is found it will be returned true. Additionally special characters are striped out. |
CardID | When the CardID on the authorization and the posted transaction match this returns true. |
Actions
Result | Action |
---|---|
Review | Generate the Authorization Review Assignment to prompt a user to review and determine if the record is a match. |
Auto Match | Automatically associate the record with the disputed authorization and resume the normal flow. |
Next Iteration | When Review or Auto Match is not hit the fall through action is Next Iteration |
Â
Rule(s) | TempMatchingCriteria |