payment

Integrate Stripe and PayPal APIs for payments and subscription management.

77|4|Updated Jun 20, 2022
One-click install
npx skills add https://github.com/htlin222/dotfiles --skill payment-htlin222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payment
Source: https://github.com/htlin222/dotfiles/tree/main/claude.symlink/skills-disabled/payment
Command: npx skills add https://github.com/htlin222/dotfiles --skill payment-htlin222

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the integration of payment gateways, enabling secure transaction processing, subscription management, and robust webhook handling for financial operations.

Core Features & Use Cases

  • Payment Gateway Integration: Seamlessly connect with Stripe and PayPal for handling one-time payments and recurring billing.
  • Subscription Management: Automate the creation, cancellation, and lifecycle management of customer subscriptions.
  • Webhook Handling: Securely process incoming payment events and updates from payment providers.
  • Use Case: Implement a checkout flow for an e-commerce site, manage user subscriptions for a SaaS product, or process recurring donations.

Quick Start

Use the payment skill to create a new Stripe payment intent for $50.00.

Frequently Asked Questions about payment

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

FAQPage Schema
How do I process recurring billing and manage subscriptions using Stripe and PayPal?

Subscription management processes recurring billing by automating subscription creation, cancellation, and lifecycle events via Stripe and PayPal APIs to handle recurring customer payments.

How do I validate webhook signatures for PCI compliance when handling payment events?

Webhook signature validation verifies incoming payment events from Stripe and PayPal to ensure authentic financial transactions and maintain PCI compliance during webhook handling.

Can I use this to implement a checkout flow for an e-commerce site?

Yes, payment gateway integration connects with Stripe and PayPal to handle one-time payments, enabling you to build checkout flows for e-commerce sites or SaaS products.

Do I need to manage secure API keys to process payment intents?

Yes, secure API key management is required to authenticate payment intent creation and process financial transactions safely through the integrated Stripe and PayPal gateways.

What is the best way to handle subscription cancellation and lifecycle management for SaaS products?

Subscription lifecycle management automates cancellation and updates for SaaS products by processing webhook events and managing subscription states directly through Stripe and PayPal APIs.

Stripe vs PayPal: which payment gateway should I use for subscription management?

Payment gateway integration supports both Stripe and PayPal simultaneously, allowing you to process one-time payments and recurring billing across either provider without choosing exclusively.