billing-management
Installation
SKILL.md
Billing Management
Stripe-powered subscription and billing management for XActions.
Entry Points
| Goal | Route | Method |
|---|---|---|
| List available plans | GET /api/billing/plans |
REST API |
| Start Stripe checkout | POST /api/billing/checkout |
REST API |
| Open billing portal | GET /api/billing/portal |
REST API |
| Get current subscription | GET /api/billing/subscription |
REST API |
| Cancel subscription | POST /api/billing/cancel |
REST API |