stripe-payments

Installation
SKILL.md

Stripe Payment Integration

Production-ready Stripe integration for payments, subscriptions, and webhooks.

Payment Flows

Flow Use Case PCI Burden
Checkout Session Hosted page, fastest setup Minimal
Payment Intents Custom UI, full control Requires Stripe.js
Setup Intents Save card for later Minimal

Quick Start - Checkout Session

import stripe
stripe.api_key = "sk_test_..."

session = stripe.checkout.Session.create(
Related skills
Installs
102
Repository
eyadsibai/ltk
GitHub Stars
4
First Seen
Jan 28, 2026