stripe-integration

Implement Stripe payment processing with checkout, subscriptions, and webhooks.

23|2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill stripe-integration-herdiansah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-integration
Source: https://github.com/herdiansah/Antigravity-Skills-Master/tree/main/.agent/skills/stripe-integration
Command: npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill stripe-integration-herdiansah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the complex process of integrating Stripe for secure and compliant payment processing, subscription management, and customer billing.

Core Features & Use Cases

  • Payment Flows: Implement one-time payments via hosted checkout or custom UIs using Payment Intents.
  • Subscription Management: Set up recurring billing, manage subscription lifecycles, and handle updates.
  • Webhook Handling: Securely process critical events like successful payments, failures, and subscription changes.
  • Use Case: Integrate Stripe Checkout to allow users to subscribe to a monthly service, ensuring all payments are handled securely and subscription status is updated automatically via webhooks.

Quick Start

Use the stripe-integration skill to create a checkout session for a monthly subscription priced at $20.

Frequently Asked Questions about stripe-integration

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

FAQPage Schema
How do I integrate Stripe checkout for recurring subscription billing?

To integrate Stripe checkout for recurring subscription billing, you create a checkout session for a monthly priced service. The Skill handles the checkout session creation and updates subscription status automatically via secure webhooks.

What is the best way to handle Stripe webhooks for payment processing?

Handling Stripe webhooks securely involves processing critical events like successful payments, failures, and subscription changes. This Skill facilitates secure webhook verification to ensure PCI-compliant payment flows and reliable transaction updates.

Does this approach support one-time payments via Stripe Payment Intents?

Yes, this approach supports one-time payments via Stripe Payment Intents. You can implement payment processing using either hosted checkout or custom UIs to facilitate secure financial transactions.

Can I manage subscription lifecycles and process refunds with this integration?

Yes, you can manage subscription lifecycles and process refunds with this integration. It sets up recurring billing, handles subscription updates, and satisfies requirements for managing customer billing and processing financial transactions.

Why do I need secure webhook verification for Stripe payment flows?

You need secure webhook verification for Stripe payment flows to ensure PCI compliance and prevent unauthorized event processing. It validates critical events like successful payments and subscription changes to maintain accurate billing states.