FILTER BY TAG

Fraud Screening

Enabling Fraud Screening alerts the cartridge to look for fraud screening responses. Fraud Screening profiles must be set up in the
Business Center
.
  1. Go to
    Merchant Tools > Site Preferences > Custom Preferences >
    Cybersource
    _DecisionManager
    and set these options:
    1. Enable the
      Enable
      Decision Manager
      Services
      option.
    2. Conversion Detail Report Lookback Time
      : If you are using REVIEW rules and configure the
      Decision Manager
      Update Job, set the number of hours to look back for updates to transactions in REVIEW status. The maximum is 24 hours.
  2. To enable the
    Decision Manager
    Update Job to poll for updates to the reviewed transactions, go to
    Administration > Operations > Jobs
    and select
    Payment:
    Decision Manager
    Order Update
    and set these values:

    ADDITIONAL INFORMATION

    • ID
      : Enter a job ID.
    • Description
      : Enter the job description.
    • ExecuteScriptModule.Module
      : int_cybs_sfra_base/cartridge/scripts/jobs/DMOrderStatusUpdate.js
    • ExecuteScriptModule.FunctionName
      : orderStatusUpdate
    • ExecuteScriptModule.Transactional
      :
      • True
        : All changes occur as a single atomic operation. If any error occurs during the job, the system rolls back all changes to maintain data consistency.
      • False
        : No automatic rollback is applied. Merchants must handle transaction logic manually. This is often preferred for large batch jobs.
    • ExecuteScriptModule.TimeoutInSeconds
      : Set the function timeout value.