stripe_dispatch
Run Stripe operations (resource, verb) through policy enforcement, simulation, and audit logging before execution or queuing.
Instructions
Run any Stripe-orchestrator (resource, verb) op.
Routes through the policy → simulator → Merkle audit → execute/queue chokepoint, exactly like our internal agents.
Args: resource: e.g. "customers", "subscriptions", "refunds", "tax_calculations" verb: e.g. "create", "retrieve", "update", "list", "cancel" op_inputs: JSON object of operation inputs as string. stripe_account_id: Optional connected-account id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes | ||
| verb | Yes | ||
| op_inputs | No | {} | |
| stripe_account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |