[ { "label": "Capture authorized payments daily", "trigger_type": [ "order_custom" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.transactions.kind", "settings": { "multiple": "any", "operator": "any", "value": { "authorization": "authorization", "capture": 0, "sale": 0, "void": 0, "refund": 0 }, "condition_type": "AND" }, "weight": 999 }, { "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": 999 } ], "actions": [ { "type": "order_capture_payment", "settings": { "wait": "0", "custom_wait": "" }, "weight": 999, "target_key": "order" } ] } ], "shared_workflow_id": 1678 }, "description": "This workflow can help to automatically capture transactions from orders that have already been authorized. You can trigger this workflow on-demand for a group of orders from the Shopify interface." } ]