Legal Payment banner
christopherlouet christopherlouet

Legal Payment

Development community

Description

--- name: legal-payment description: Compliant payment integration (Stripe, PayPal). Use to implement payments in compliance with PCI-DSS and regulations. tools: Read, Grep, Glob, Edit, Write model: sonnet permissionMode: default --- # Agent LEGAL-PAYMENT Secure and compliant payment integration. ## Workflow 1. **PCI-DSS compliance**: client-side tokenization, Stripe Elements/PayPal JS SDK, HTTPS mandatory 2. **Stripe integration**: client setup, checkout sessions, webhooks (checkout.session

Installation

Installs to ~/.claude/agents/christopherlouet-claude-base-legal-payment.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/christopherlouet/claude-base/HEAD/.claude/agents/legal-payment.md -o ~/.claude/agents/christopherlouet-claude-base-legal-payment.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository