Sift · Arazzo Workflow
Sift Screen Order And Transaction
Version 1.0.0
Score an order, confirm payment risk with the user score, and decision the order.
View Spec
View on GitHub
Fraud PreventionTrust And SafetyRisk ScoringIdentity VerificationChargebacksAccount TakeoverContent AbuseArazzoWorkflows
Provider
Workflows
screen-order-transaction
Submit a create-order event, evaluate the payment-abuse score, and decision risky orders.
Records a $create_order event for synchronous scoring, retrieves the latest payment abuse score for the user, and applies an order-level decision when the score exceeds the supplied threshold.
1
sendCreateOrder
sendEvent
Submit a $create_order event for the user with return_score=true so Sift scores the purchase synchronously for payment abuse.
2
getPaymentScore
getScore
Read back the latest cached payment abuse score for the user so the workflow branches on a stable numeric value.
3
blockOrder
applyOrderDecision
Apply the configured block decision to the order entity when the payment abuse score crossed the threshold.
Source API Descriptions
openapi
openapi