[ { "label": "Capture payments 15 minutes after an order has been placed", "trigger_type": [ "order_updated", "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.financial_status", "settings": { "operator": "any", "value": { "authorized": "authorized", "pending": 0, "partially_paid": 0, "paid": 0, "partially_refunded": 0, "refunded": 0, "voided": 0 }, "condition_type": "AND" }, "weight": 20 }, "2": { "field": "order.delay", "settings": { "wait": "custom", "custom_wait": "15 minutes", "check_date": [], "token_object_type": "order", "condition_type": "AND" }, "weight": 10 } }, "actions": { "1": { "type": "order_capture_payment", "settings": { "wait": "0", "custom_wait": "", "token_object_type": "order" }, "weight": 30, "target_key": "order" } } } }, "shared_workflow_id": 36304 }, "description": "This automation captures orders 15 minutes after order authorization to allow for customers to make changes or even cancel the order before capturing the payments" } ]