Class DeviceFingerprintResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class DeviceFingerprintResponse
Properties
DeviceFingerprintTransactionId
Contains the unique id which is used by the device fingerprint collector script. This must be used to set the property fraudFields.deviceFingerprintTransactionId in either in the CreatePayment.order.customer.device.deviceFingerprintTransactionId, the CreateRiskAssessmentCards.order.customer.device.deviceFingerprintTransactionId or the CreateRiskAssessmentBankaccounts.order.customer.device.deviceFingerprintTransactionId.
Declaration
public string DeviceFingerprintTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Html
Contains the ready-to-use device fingerprint collector script. You have to inject it into your page and call it when the customer presses the final payment submit button. You should only call it once per payment request.
Declaration
public string Html { get; set; }
Property Value
Type | Description |
---|---|
string |