On This Page
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.
- Go to .
- Choose theEnableoption.Decision ManagerServices
- Set theConversion Detail Report Lookback Timevalue.
ADDITIONAL INFORMATION
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 value is 24 hours. - To enable theDecision ManagerUpdate Job to poll for updates to the reviewed transactions, go to and selectPayment:. 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.