stripe-manager

Automate Stripe billing workflows for SaaS products with Checkout Sessions and webhooks.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill stripe-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-manager
Source: https://github.com/BFLabsAI/algoritmo-milionario/tree/main/skills/stripe-manager
Command: npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill stripe-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end Stripe billing workflows to reduce integration guesswork and risk.

Core Features & Use Cases

  • Decision routing references for setup, checkout, webhooks, portal, dunning, and security
  • SDK initialization guidance, invariant rules, and secure key handling
  • End-to-end SaaS billing lifecycle guidance across products, prices, subscriptions, and webhooks

Quick Start

Set up a minimal Stripe checkout flow for a new subscription plan.

Frequently Asked Questions about stripe-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Stripe billing workflows for a multi-team SaaS product?

Automating Stripe billing workflows for SaaS products involves routing setup, checkout, webhooks, and billing portal configurations. This approach covers the end-to-end subscription lifecycle, including pricing, refunds, and dunning, to reduce integration guesswork and risk.

What's the best way to handle Stripe webhook verification and idempotent handlers?

Handling Stripe webhook verification requires secure key management using environment-scoped keys and idempotent handlers. This ensures that event processing is safe and duplicate webhook deliveries do not cause duplicate state changes in your SaaS billing system.

Does this Stripe integration support the latest Checkout Sessions and API version?

This Stripe integration supports Checkout Sessions and Stripe API version 2026-03-25.dahlia. It provides SDK initialization guidance and invariant rules to ensure your checkout flows and subscription pricing are correctly configured.

How do I set up a minimal Stripe checkout flow for a new subscription plan?

Setting up a minimal Stripe checkout flow for a new subscription plan requires initializing the SDK, configuring secure keys, and creating Checkout Sessions. This quick start approach gets your SaaS product onboarding and billing operational quickly.

Can I manage SaaS dunning and customer billing portals with Stripe?

Managing SaaS dunning and customer billing portals with Stripe involves applying decision routing references for portal access and failed payment retries. This enables secure, automated subscription lifecycle management across multiple teams.

Why do I need environment-scoped keys for Stripe API integration?

Environment-scoped keys for Stripe API integration are needed to enforce secure key handling and isolate billing environments. Using scoped keys prevents unauthorized access and ensures that webhook verification and SDK initialization remain secure.