Skip to content

CertifEYE

Introduction

CertifEYE captures all aspects of a user journey to produce an accurate representation of what the consumer saw.

FraudStop API v2 Single Page

If you are using API 2 and wish to capture only a single page simply send record = 1 to the API and the transaction will be recorded.

FraudStop API v2 Multiple Pages

If you are using API 2 then you may record multiple pages as part of the same journey. To do so you must add the CertifEYE javascript on each page and submit the same session ID for all pages in that journey.

In a multi-step journey only one page may have FraudStop enabled, this page should be implemented as normal for API v2 and send record = 1 along with a session_id. For all other steps in the journey send the following fields to the https://antifraud.empello.net/api/v2/js/certifeye/ endpoint:

Field Value Required
api_key API Key given to you by your account manager Required
merchant_name Merchant name exactly as presented on the dashboard Required
service_name Service name exactly as presented in the dashboard Required
country ISO 2 letter country code (eg GB, FR, CL) Required
session_id Your session ID used to tie together all steps in the journey Required

The endpoint will respond with the following:

Field Value Required
status HTTP status eg 200 for a success Required
success Boolean value, if 0 then an error has occurred Required
message Success or error message output Required
session_id The session ID you submitted Required if success is true
jsstring The javascript snippet that should be added to this step in the page Required if success is true

FraudStop API v1 Setup

If you are using API v1 you may only capture a single page, multiple pages are not supported. To do so simply add emp_record=1 as a parameter to the page.