Device Fingerprinting

SuiteCommerce Advanced supports device fingerprinting for online orders as part of the advanced fraud management features available with CyberSource Decision Manager. Device fingerprinting collects information about the computer used to place an order through your web store to determine whether the device is trustworthy. Data gathered at checkout is analyzed by Decision Manager in real-time. Based on rules you define in Decision Manager, an order can be accepted, rejected, or placed on payment hold for review as part of your order management process in NetSuite.

Before using device fingerprinting in your Commerce web stores, the following prerequisites must be met:

After these prerequisites are met, when a user opens the final submit page in Checkout in your Commerce web store, information about their device along with a unique session ID is sent to the device fingerprinting server.

Note:

Any calls to the device finger printer are excluded from the SEO page generator.

For releases prior to Vinson, you can customize your implementation to support device fingerprinting. Add the following code snippet directly before the closing </body> tag of the checkout.ssp file at /CheckoutApplication@x.x.x/SuiteScript/checkout.ssp. For customization best practices, see Develop Your SCA Customization.

          <%= order.getDeviceFingerPrintingHtml() %> 

        

Related Topics

Checkout
Payment Options
Commerce Web Store Taxes
Shipping Setup

General Notices