Fraud Detect
The information required to be forwarded to Fraud Detect to obtain a fraud score is pulled from both your master data and the information sent to perform the transaction. If you use a HTML form to initiate the transaction and want to pass additional details for the scoring, you need to pass the following parameter for:
Mobile device details:
customParam_deviceRiskId
customParam_deviceRiskAPIKey
customParam_deviceRiskHost
Device intelligence:
customParam_deviceIntelligenceVendor
customParam_deviceIntelligenceSessionID
Whether the payment was made inside or outside the store (e.g.: pay at pump or in petrol station):
customParam_inStoreOutStore
Pump number used at a petrol station:
customParam_pumpNumber
Customer type (eg: Retail, Restaurant, Grocery, Mobile etc.):
customParam_customerType
Purchase type (eg: gift card reload, gift card purchase etc.):
customParam_purchaseType
Example:
<input type="hidden" name="customParam_deviceRiskId" value="*****"/>
These fields are handled in the same way as other optional request parameters. The Gateway stores these parameters and passes them on to Fraud Detect. These parameters have no impact on the transaction processing flow.
In the response from the Gateway (parameter fraudScore
) you receive the score returned based on the Fraud Detect check performed.
Updated about 2 months ago