DocumentationAPI Reference
Documentation

/fingerprint

About

For all transactions placed by the customer, a device fingerprint is required. The fingerprint can be collected with the /fingerprint API request.

The information we gather with /fingerprint allows us to form a complete picture of the consumer, and helps us to distinguish fraudulent behavior from normal customer behavior.

Unlike the rest of the Reach API Requests, /fingerprint needs to be loaded on the page in

Sample Request

<script async="" src="https://checkout-sandbox.gointerpay.net/v2.18/fingerprint?MerchantId=e78e8cd0-24b8-4b0c-a922-87a1d8cc61c3"></script>
<script async="" src="https://checkout.gointerpay.net/v2.18/fingerprint?MerchantId=e78e8cd0-24b8-4b0c-a922-87a1d8cc61c3"></script>

🚧

For Older Browsers without TLS 1.2 support

If your customer base makes use of older browsers that don't support TLS1.2, you can still gather the fingerprint using a different domain for those customers.

<script async="" src="https://fingerprint.gointerpay.net/v2.17?MerchantId={PROD MERCHANT ID HERE}"></script>