Fraud Profiling
Explore our fraud profiling capability and its implementation with the Acquisition API.
This functionality is currently provided for NewDay by ThreatMetrix and is achieved through the inclusion of specific JavaScript tags on the UI pages supporting the Apply and Purchase APIs. The JavaScript tag must be configured with three discrete parameters: profiling_domain
, org_id
and session_id
, described below.
-
profiling_domain
This is the domain from which a call to ThreatMetrix is being made. All domains, from where the Fraud Profiling all to ThreatMetrix will be made, must be passed to NewDay, so that the associated ‘SAN’ Certificate (used to secure the Profiling call) can be updated. This certificate needs to match the domain where the JavaScript is hosted, therefore the Client needs to be involved in the creation of this certificate. There should be one certificate for UAT and one for production. -
org_id
This is a mandatory parameter. It is a string of characters that serves to uniquely identify a ThreatMetrix Client (in this case, NewDay). For the UAT value please reach out to your contact at NewDay. For the Production value please reach out to your contact at NewDay. -
session_id
This is a mandatory parameter. It is a unique value that identifies a single event performed by the customer. Thissession_id
is passed in the ThreatMetrix link, outlined below, and is subsequently in theverificationId
field in the Order Processing and Acquisitions APIs API Requests. It must be an RFC-4122 compliant GUID and must be generated by the client. The value should be different for a single customer between Order Processing and Acquisitions APIs.
The JavaScript to be added to the UI screens is as follows:
-
Define a Sub-Domain
Use the name that is not suggestive of security/fraud profiling. e.g.img.client.com
-
Provide SSL/TLS Certificate information:
- Common name (FQDM) ->img.client.com
- Company Name ->Client
- Company Department ->IT
- Country Name & Code - >Great Britain GBR
- State or Province name ->UK
- City name ->London
` -
Generate Certificate from CSR:
- Sign and submit the following: signed certificate, root certificate of your CA and chain ->
- Return file as PEM file named:-Img.client.com.crt
-> -
Set up redirection
- Add a DNS record, such asimg.client.co CNAME h.online-metrix.net.
-
Replace
profiling_domain
in the above JavaScript withhttps://img.client.com
You may also like:
Still have questions
Can’t find the answer to your question? Our friendly team are more than happy to help
Was this page helpful?