Skip to content

Commit f6d0e62

Browse files
Merge pull request #14 from Kount/develo-k360-sfra
add more response attribute mappings
2 parents 86fdcbf + 9409907 commit f6d0e62

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cartridges/int_kount_360_sfra/cartridge/kount360mappings/kount360ResMapping.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"SITE": "order.channel",
66
"SESS": "order.deviceSessionId",
77
"AUTO": "order.riskInquiry.decision",
8-
"OMNISCORE": "order.riskInquiry.omniscore",
8+
"SCOR": "order.riskInquiry.omniscore",
99
"DEVICES": "order.riskInquiry.persona.uniqueDevices",
1010
"EMAILS": "order.riskInquiry.persona.uniqueEmails",
1111
"FINGERPRINT": "order.riskInquiry.device.id",
@@ -21,5 +21,10 @@
2121
"REGION": "order.riskInquiry.device.location.region",
2222
"RULES_TRIGGERED": "order.riskInquiry.segmentExecuted.policiesExecuted",
2323
"RULE_ID_X": "order.riskInquiry.segmentExecuted.policiesExecuted.id",
24-
"RULE_DESCRIPTION_X": "order.riskInquiry.segmentExecuted.policiesExecuted.name"
24+
"RULE_DESCRIPTION_X": "order.riskInquiry.segmentExecuted.policiesExecuted.name",
25+
"CARDS": "order.riskInquiry.persona.uniqueCards",
26+
"VELO": "order.riskInquiry.persona.maxVelocity",
27+
"GEOX": "order.riskInquiry.persona.riskiestCountry",
28+
"REPLY": "order.riskInquiry.policyManagement.decision",
29+
"REASON_CODE": "order.riskInquiry.reasonCode"
2530
}

0 commit comments

Comments
 (0)