Passer au contenu
Français - France
  • Il n'y a aucune suggestion car le champ de recherche est vide.

HiPay Enterprise – Comment envoyer l’empreinte digitale de l’appareil ?

Please note: this article is only intended for the HiPay Enterprise Direct POST integration.

The device fingerprint identifies devices through information collected by a client run on an end user’s computer.

This client generates a black box that contains all the available device information.

Web applications obtain device information by sourcing dynamically generated JavaScript from HiPay Enterprise. The JavaScript determines what information is available and generates a black box from all available sources.

Black box content

A black box will typically:

  1. Range up to 4,000 bytes (the average length being just under 1,000
    bytes)
  2. Contain alphanumeric values and the following special characters: + / ; =
  3. Begin with 0200, 0400, 0500 or 0600

Generating black box content

To integrate the client, you must specify a hidden field that the JavaScript will populate.

This adds the black box as another field to be submitted along with the other details in the form.

Example of black box generation