FILTER BY TAG

Fraud Screening

Enable Fraud Screening to alert the cartridge to look for fraud screening responses. Fraud Screening profiles must be set up in the
Business Center
.
Follow these steps to enable fraud screening:
Decision Manager settings apply to the Salesforce default card form (Direct API) only.
  1. Go to
    Merchant Tools > Site Preferences > Custom Preferences >
    Visa Acceptance for SMB
    _DecisionManager
    .
  2. Choose the
    Enable
    Decision Manager
    Services
    option.
  3. Set the
    Conversion Detail Report Lookback Time
    value.

    ADDITIONAL INFORMATION

    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 value is 24 hours.
  4. 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
    . 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.