stripe-payments

Installation
SKILL.md

Stripe Payments

Setup

bun add stripe @stripe/stripe-js
// lib/stripe.ts — server-side client
import Stripe from 'stripe'

export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, {
  apiVersion: '2024-12-18.acacia',
  typescript: true,
})

Checkout Session (One-time Payment)

Installs
1
GitHub Stars
3
First Seen
2 days ago
stripe-payments — heldinhow/awesome-opencode-dev-skills