extension-paymentlisted
Install: claude install-skill andrewr303/claude-codex-plugin-lab
# Extension Payment Integration
Integrate payment/subscription into a Chrome extension. Ask user for provider, then fetch docs and implement.
## Workflow (Execute This)
### Step 1: Ask user for payment requirements
Ask the user to confirm:
1. **Payment model**: One-time purchase / Subscription / Freemium / Credits-based
2. **Provider category**: Payment Gateway or Merchant of Record (MoR)?
3. **Preferred provider** (or let us recommend)
4. **Required info**: API keys, product/price IDs, webhook URL
> **Recommend MoR** for solo/indie developers — handles tax, compliance, billing portal. No need to register as a business in every country.
### Step 2: Provider selection guide
| Category | Provider | Best For | Docs |
|----------|----------|----------|------|
| **MoR** | Paddle | SaaS subscriptions, global tax | https://developer.paddle.com |
| **MoR** | Lemon Squeezy | Indie/solo devs, simple setup | https://docs.lemonsqueezy.com |
| **MoR** | Polar | Open source monetization | https://docs.polar.sh |
| **MoR** | Creem | Extension-focused MoR | https://docs.creem.io |
| **MoR** | Dodo Payments | Simple digital products | https://docs.dodopayments.com |
| **MoR** | FastSpring | Enterprise digital commerce | https://developer.fastspring.com |
| **MoR** | Gumroad | Creators, digital products | https://help.gumroad.com |
| **Gateway** | Stripe | Full control, most flexible | https://docs.stripe.com |
| **Gateway** | PayPal | Wide user base, easy checkout | https://developer.p