Refund Processor — Ai Endpoint Template for Actor
AI EndpointCheck order eligibility, process refunds via Stripe, and create support tickets — one API call.
Template Refund Processor bundles a ready-to-deploy workspace for actor workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=refund-processor.
What It Does
Send a customer ID and order ID — the agent checks if the order is within the 30-day return window, processes the refund through Stripe, and creates a support ticket documenting the action. Full refund lifecycle in one API call.
Example
Input: Customer #4821 requesting a refund for order #ORD-9953.
Result: Agent verifies the order was placed 12 days ago (within return window), processes a $149.00 refund via Stripe, and creates a ticket: "Refund processed — $149.00 to Visa ending 4242. Expected 5-10 business days."
When To Use This
- Support automation — handle routine refund requests without human intervention
- Self-service portals — let customers request refunds through your app with AI-powered eligibility checks
- Compliance — enforce return window policies consistently and create an audit trail for every refund
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Deploy this ai endpoint in minutes
Check order eligibility, process refunds via Stripe, and create support tickets — one API call.
More actor Templates
Browse actor Templates →Lead Enricher
by @aerostack
Turn a name and company into a full lead profile. Email, title, company size, LinkedIn, and intent signals.
PR Code Reviewer
by @aerostack
AI code review for pull requests. Finds bugs, security issues, and style problems with severity ratings.
Report Generator
by @aerostack
Query your database and generate formatted business reports with sections, tables, and key insights.
Frequently asked questions
What does the Refund Processor template include?+
The Refund Processor template is a pre-configured Aerostack workspace for actor. It bundles @aerostack/mcp-stripe, @aerostack/mcp-supabase and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.
How do I install the Refund Processor template?+
From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/refund-processor
Can I customize Refund Processor after installing?+
Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.
Is the Refund Processor template free to use?+
Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.