You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Is this feature disabled?


This feature needs to be switched on for your site by Commerce Vision. For Version 4.37+.

Overview

Accertify's fraud check solution is available on the Commerce Vision eCommerce platform for the Braintree Payments gateway. 

On this page:

Step-by-step

Before you start...

Make sure Braintree Payments is enabled.


1. Enable Credit Card Fraud Provider

  1. In the CMS, go to SettingsFeature ManagementPayment & Checkout

  2. Enable Credit Card Fraud Provider, then select Configure.


  3. Toggle ON Credit Card Fraud Enabled.

  4. Select Accertify as the provider. 

  5. Click Save.



Configure email options for review emails templates and recipients. There are 2 email templates if the payment requires further review:

  • Review email: sent if the payment requires further review
  • Reject email: sent if the payment is reviewed then rejected.


  1. Setup Accertify API connection, using the documentation provided, to to check for fraud before authorising (pre-authorisation post-authorisation) with the payment provider.
  2. Create a script to capture the device info that makes a call to Accertify and returns the device info, using an ID (token) .  The info will be passed through from the client side to Accertify and is verified
  3. Show the appropriate message to the customer when payment fails, not the 05 card declined type message.  We also need to let our customers know that it has failed.

    • maybe a page that shows the details of the failed/passed transactions result (similar to order tracking)
    • Log error codes for JB + display to the customer
    • Email notification to a JB support team on a schedule advising of the error code
  4. Create a new feature setting to allow the CMS administrator to enter in API credentials
  5. Create a feature page where you can either 'upload' or 'edit with a JavaScript editor' this cc.js file.







  • No labels