simulate_purchase_flow
Simulate the Shatale agent payment lifecycle in guest mode to test policy checks, approval decisions, virtual card steps, and timeline without making real API calls.
Instructions
Simulates the Shatale agent payment lifecycle in guest mode: policy check, approval decision (approved / declined / requires_approval), virtual card step and timeline. No real API call or payment is made. Use this before registering for a sandbox key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merchant | Yes | Merchant name or domain (e.g. "amazon.com") | |
| amount | Yes | Purchase amount (guest demo cap: 1000) | |
| currency | No | Currency code (e.g. "USD", "EUR") | |
| description | Yes | What is being purchased | |
| monthly_budget | No | Monthly budget to evaluate against (default: 1000) |