Payments with fraud analysis

Split provides a fraud risk analysis service for online transactions. Cielo integrates with risk analysis companies such as CyberSource, which validate transactional data and cardholder purchase history. This analysis returns risk factors, allowing the store to decide whether to proceed with the sale.

⚠️

The fraud analysis offered by Cielo assesses transaction risk but does not link the analysis result to chargeback coverage. Cielo does not provide guaranteed transactions.

ℹ️

Fraud analysis is available only for credit card transactions.

Fraud analysis flows

Integration TypeDescriptionRequired Parameters
Pre-authorization analysisBefore the transaction is submitted for authorization, Antifraud assesses whether it is high risk or not, preventing the submission of risky transactions for authorization.FraudAnalysis.Sequence set to AnalyseFirst
Post-authorization analysisBefore the transaction is submitted for Antifraud, it will be sent for authorization.FraudAnalysis.Sequence set to AuthorizeFirst
Risk analysis only if transaction is authorizedAntifraud will be triggered only to analyze transactions with the status authorized, avoiding the cost of analyzing transactions that would not be authorized.FraudAnalysis.SequenceCriteria set to OnSuccess .
Risk analysis in any caseRegardless of the transaction status after authorization, Antifraud will analyze the risk.FraudAnalysis.Sequence set to AuthorizeFirst and FraudAnalysis.SequenceCriteria set to Always
Authorization in any caseRegardless of the transaction's fraud score, it will always be sent for authorization.FraudAnalysis.Sequence set to AnalyseFirst and FraudAnalysis.SequenceCriteria set to Always
Capture only if a transaction is secureAfter fraud analysis, automatically capture a transaction already authorized if it is deemed low risk. This parameter also applies to manual review; after Cielo receives notification of a new status equal to accepted, the transaction will be automatically captured.FraudAnalysis.Sequence set to AuthorizeFirst, FraudAnalysis.CaptureOnLowRisk set to true, and Payment.Capture set to false
Cancel a compromised transactionIf fraud analysis returns high risk for an authorized or captured transaction, it will be immediately cancelled or refunded. This parameter also applies to manual review; after Cielo receives notification of a new status equal to rejected, the transaction will be automatically cancelled.FraudAnalysis.Sequence set to AuthorizeFirst, FraudAnalysis.VoidOnHighRisk set to true, and Payment.Capture set to false

ℹ️

How to integrate the fraud analysis

Fraud analysis through the Split is a service offered by contract. It is possible to perform fraud analysis through one of the available Antifraud providers.

Check details in Create a payment with fraud analysis.