simulate_purchase_flow
Simulate the agent payment lifecycle in guest mode to test policy checks, approval decisions, and virtual card issuance before registering for a sandbox key. No real payment is made.
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 |
|---|---|---|---|
| amount | Yes | Purchase amount (guest demo cap: 1000) | |
| currency | No | Currency code (e.g. "USD", "EUR") | |
| merchant | Yes | Merchant name or domain (e.g. "amazon.com") | |
| description | Yes | What is being purchased | |
| monthly_budget | No | Monthly budget to evaluate against (default: 1000) |