[ { "label": "Void any pending order transactions if the order is high risk", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.risks.recommendation", "settings": { "multiple": "any", "operator": "any", "value": { "cancel": "cancel", "investigate": 0, "accept": 0 }, "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "order_void_transactions", "settings": { "token_object_type": "order", "wait": "0", "cw_timezone": "Africa\/Nairobi", "custom_wait": "" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 316586 }, "description": "Automatically void pending order transactions deemed high risk, safeguarding against potential losses and fraudulent activity." } ]