API / MCP call → Axiru → Stripe
Your refund / payout / transfer code calls axiru.decide first. Axiru evaluates the intent against policy and returns Allow, Require Approval, or Block. The Stripe API call only happens on Allow. This is the only path that can prevent a bad outflow before money moves.
- Pre-execution: yes
- Required for live enforcement plans
- Wired in: ~10 lines (REST) or MCP server registration