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

Compare with Current View Page History

« Previous Version 9 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 as a third party integration 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.
  • Have the Accertify credentials ready for entering.
    • Endpoint: 
    • Site Id: 
    • Device Collector URL:
    • API Username: 
    • API Password:
    • Webhook Username: (Issued by Commerce Vision)
    • Webhook Password: (Issued by Commerce Vision)



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.

  6. In Configuration Settings, enter the credentials.

  7. Toggle ON Send Order Review Email Notifications for emails to be sent when:
    • a payment needs further review
    • a reviewed payment is rejected,

  8. For internal staff to be cc'ed or bcc'ed when emails are sent, enter one or more email addressed, then press Enter. 

  9. (optional) To edit either email template, click either email template button.


    You can always access them later through the menu: ContentEmails

    • Order Review Email template
    • Order Rejected Email template
  10. Click Save.


2. Edit Email templates (optional)

As well as other parts of the email, the Review and Rejected messages can be edited. 

See: Order Review Notes widget; Order Review Rejected Notes widget. 




  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