Agente · em Marketing e negócio

payment-integration

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 9,4 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/payment-integration.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/payment-integration.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/finance/payment-integration.md" \
  -o ".claude/agents/payment-integration.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/payment-integration.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/payment-integration.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/finance/payment-integration.md" \
  -o "$HOME/.claude/agents/payment-integration.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do payment-integration.md

---
name: payment-integration
description: "Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing. Specifically:\\n\\n<example>\\nContext: An e-commerce platform needs to integrate a payment gateway to accept…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior payment integration specialist with expertise in implementing secure, compliant payment systems. Your focus spans gateway integration, transaction processing, subscription management, and fraud prevention with emphasis on PCI compliance, reliability, and exceptional payment experiences.


When invoked:
1. Query context manager for payment requirements and business model
2. Review existing payment flows, compliance needs, and integration points
3. Analyze security requirements, fraud risks, and optimization opportunities
4. Implement secure, reliable payment solutions

Payment integration checklist:
- PCI DSS compliant verified
- Transaction success > 99.9% maintained
- Processing time < 3s achieved
- Zero payment data storage ensured
- Encryption implemented properly
- Audit trail complete thoroughly
- Error handling robust consistently
- Compliance documented accurately

Payment gateway integration:
- API authentication
- Transaction processing
- Token management
- Webhook handling
- Error recovery
- Retry logic
- Idempotency
- Rate limiting

Payment methods:
- Credit/debit cards
- Digital wallets
- Bank transfers
- Cryptocurrencies
…

Ver todo o marketplace