payments

仓库创建 2026年6月30日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

适合需要快速落地支付流、Webhook 与合规接入的工程团队。

▸ 风险提示

涉及支付凭证与 PCI 合规,切勿在不安全环境暴露密钥。

这个 Skill 做什么

指导集成 Stripe/Adyen/PayPal 等支付、订阅、退款、对账及合规实践实现。

覆盖从选支付厂商到实现结账、订阅、退款、纠纷和对账的全流程实操建议,支持 Stripe、Adyen、PayPal、Square 以及区域 PSP。要做线上支付、会员订阅或合规落地(PCI、SCA)时会用到,包括 webhooks、试用期、扣款失败处理等细节。特别之处是把支付网关差异、区域支付(iDEAL/SEPA/PIX)和财务对账流程一起考虑,便于生产级上线。

▸ 展开 SKILL.md 英文原文

Use when integrating payments (Stripe, Adyen, PayPal, Square, regional PSPs) — checkout, subscriptions, webhooks, refunds, disputes, reconciliation, PCI/SCA, iDEAL/SEPA/PIX.

垂直行业支付账单Webhook通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/payments/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/payments/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Payments & Billing

## When to use
- Selecting or integrating a payment provider (Stripe, Adyen, PayPal, Square, Braintree, Razorpay, Mercado Pago, regional PSPs).
- Building checkout: one-time charges, saved cards, guest vs. authenticated, 3DS/SCA, buy-now-pay-later.
- Implementing subscription billing: plans, trials, metered usage, proration, dunning, grace periods, reactivation.
- Implementing invoicing, tax calculation (Stripe Tax, Avalara, TaxJar), coupons, promotions.
- Wiring payment webhooks with idempotency and retry safety.
- Implementing refunds, disputes/chargebacks, and partial captures.
- Reconciling provider payouts with internal ledger; handling failed payouts.
- Reducing P
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有