Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Possibility to send a device fingerprint to the encrypt function

Latest
Compare
Choose a tag to compare
@sponglord sponglord released this 19 Nov 15:07
  • Now possible to send a device fingerprint value to the encrypt function:
var cseInstance = adyen.encrypt.createEncryption(key, options);
cseInstance.encrypt(cardData, dfValue);

This can be used in conjunction with the stopDeviceFingerprint boolean (from version 0_1_23) to prevent the CSE from performing device fingerprinting.
Instead it can be performed elsewhere and passed into the CSE.