billing-management
billing-management handles subscription lifecycle and plan changes for XActions using Stripe. Switch between tiers, view available plans, access your billing portal, or cancel at any time. Payment details stay secure with Stripe.
billing-management lets you upgrade, downgrade, or cancel your XActions subscription through Stripe.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
billing-management lets you upgrade, downgrade, or cancel your XActions subscription through Stripe. billing-management handles subscription lifecycle and plan changes for XActions using Stripe. Switch between tiers, view available plans, access your billing portal, or cancel at any time. Payment details stay secure with Stripe.
Use it when
- billing-management displays all available XActions subscription tiers so you can compare features and pricing.
- billing-management provides direct access to your billing portal where you can manage payments, invoices, and billing history.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
nirholas/XActions/billing-management · repository language: HTML
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I upgrade my XActions subscription?
billing-management lets you upgrade your XActions subscription by selecting a higher tier plan. Access the skill to view available tiers, choose your preferred plan, and initiate Stripe checkout. Your new plan takes effect immediately upon payment confirmation.
What are the available subscription tiers for XActions?
billing-management displays all available XActions subscription tiers so you can compare features and pricing. View current billing plans through the skill to see which tier matches your needs, then upgrade, downgrade, or stay on your current plan.
How do I access my billing portal to manage payments?
billing-management provides direct access to your billing portal where you can manage payments, invoices, and billing history. Open the billing portal link through the skill to view and update your payment methods securely via Stripe.
Can I cancel or downgrade my XActions subscription?
billing-management supports cancellation and downgrades for your XActions subscription. You can modify your subscription at any time through the skill—downgrade to a lower tier or cancel entirely. Changes process immediately after confirmation.
How does billing-management handle my payment information?
billing-management keeps all payment details secure by using Stripe for processing. Your sensitive information never touches XActions servers—Stripe handles encryption and compliance, so you can manage subscriptions and payments with confidence.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
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 |
API Usage
List plans
GET /api/billing/plans
Returns all available subscription tiers with pricing and feature limits.
Start checkout
POST /api/billing/checkout
Authorization: Bearer <token>
Content-Type: application/json
{
"plan": "pro",
"successUrl": "https://yourapp.com/success",
"cancelUrl": "https://yourapp.com/cancel"
}
Returns
(truncated - see the full file via the links below)
File tree — 1 file
skills/billing-management/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Upgrade, downgrade, or change XActions subscription plan”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Teams Management provides REST API endpoints for setting up collaborative workspaces within XActions. Create teams, invite members with specific roles (owner, admin, editor, viewer), and manage permissions across your automation projects. Teams share operation quotas and enforce role-based access at the API level.
This skill guides you through integrating Stripe into a web application, covering one-time payments via Checkout Sessions, recurring subscriptions, webhook event handling with signature verification, and customer self-service billing. It provides decision trees for choosing the right Stripe API, ready-to-use code patterns for common flows, and special handling for Cloudflare Workers environments.
Laravel Cashier Stripe streamlines Stripe integration in Laravel apps with built-in subscription billing, recurring payments, and customer management. The skill covers setup, subscription lifecycle, payment methods, checkout flows, invoicing, and webhook handling—everything needed to add billing to your Laravel application.
Build secure payment systems using Stripe Checkout, Elements, and PaymentIntents while managing subscription lifecycles, webhook events, and tax calculation. Covers idempotent webhook handling, PCI compliance patterns, refund processing, and RevenueCat integration for mobile subscriptions.
This skill walks you through Stripe configuration for subscription-based SaaS, from initial setup through production launch. Learn to structure pricing tiers, implement webhook handlers for subscription events, configure the Customer Portal, and recover failed payments through dunning sequences. Covers tax compliance, testing checklists, and the business decisions that prevent billing bugs from eroding customer trust.
Subscription Billing guides you through implementing recurring payment systems across major e-commerce platforms and headless storefronts. It covers the full lifecycle—from initial checkout through failed payment recovery, plan modifications, and customer-controlled cancellation—with platform-specific setup instructions for Shopify, WooCommerce, BigCommerce, and Stripe Subscriptions.
More skills Stripe Integration (unlicensed) · Stripe Subscription (unlicensed) · customer-billing-ops (MIT) · subscription-integration (MIT)