Fingerprint configuration in ClearSale
Where to send the Fingerprint?
In the fraud analysis request with ClearSale, send the session_id
value in the Customer.BrowserFingerprint
parameter.
How to configure Fingerprint in ClearSale?
Fingerprint consists of implementing a script on your checkout page (front-end), in the part where the shopper fills in the registration data.
Fingerprint variables
The following table shows the variables for configuring Fingerprint with ClearSale:
VARIABLE | DESCRIPTION | TYPE | SIZE | REQUIRED |
---|---|---|---|---|
session_id | Identifies the user's session on the website and application. It can be created by the store or by ClearSale. The session_id value must be submitted in the Customer.BrowserFingerprint field. | GUID (recommended) | 6 to 128 characters | Yes |
seu_appkey | Identifies the store to create the fingerprint of the shoppers' devices. Provided by Cielo. | string | - | Yes |
The
session_id
may appear in ClearSale documentation asSessionID
orSessionId
.
Updated 2 months ago