Autonomous Payments & Scheduled Workflows
Autonomous Payments & Scheduled Workflows
Lipafy empowers software agents, recurring cron tasks, and microservices to initiate payments autonomously without requiring human intervention on every single low-value transaction.
⚙️ How Autonomous Execution Works
- Policy Threshold Matching: You define an auto-approval threshold per API key or policy (e.g.
auto_approve_up_to: 350000= KES 3,500.00). - Deterministic Evaluation: When an agent or scheduled task creates a payment intent:
- If
amount <= threshold, the intent automatically transitions fromDRAFT➔APPROVED➔PROCESSINGwithout human clicks. - If
amount > threshold, the intent immediately pauses inPENDING_APPROVALand alerts your team dashboard.
- If
- Daily & Monthly Velocity Caps: Autonomous execution is strictly bound by cumulative velocity caps. Even if an agent sends 50 separate KES 100 payments, it will be halted the moment it reaches the daily limit (e.g. KES 5,000/day).
🕒 Autonomous Workflows & Code Examples
1. Monthly Utility Auto-Pilot
2. Autonomous Cloud Treasury Top-Up
3. Single-Turn Remote MCP Tool Invocation
When an autonomous agent connects via remote MCP (https://api.lipafy.xyz/mcp), it calls lipafy_paybill:
Autonomous Success Response:
Over-Threshold Escalation Response:
