On This Page
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
.- Go to and set these options:
- Enable theEnableoption.Decision ManagerServices
- Conversion Detail Report Lookback Time: If you are using REVIEW rules and configure theDecision ManagerUpdate Job, set the number of hours to look back for updates to transactions in REVIEW status. The maximum is 24 hours.
- To enable theDecision ManagerUpdate Job to poll for updates to the reviewed transactions, go to and selectPayment:and set these values:Decision ManagerOrder Update
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.