Skip to main content
ClaudeWave
Skill5.9k estrellas del repoactualizado yesterday

stripe-payment-investigation

Investigate Stripe payment failures and unexpected outcomes from exact object IDs, lifecycle state, events, amounts, currency, refunds, and dispute evidence.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/stripe-payment-investigation && cp -r /tmp/stripe-payment-investigation/examples/plugin-packages/stripe/skills/stripe-payment-investigation ~/.claude/skills/stripe-payment-investigation
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Stripe Payment Investigation

1. Confirm test or live mode before retrieving or changing anything.
2. Resolve exact customer, PaymentIntent, Charge, Invoice, refund, or dispute IDs from trusted input.
3. Read the lifecycle and relevant events, keeping amount and currency attached to every conclusion.
4. Separate customer-visible outcome, Stripe state, integration behavior, and next action.
5. Do not issue a refund, retry, capture, cancel, or update an object during a diagnosis-only request.

Redact unnecessary personal and payment data. Never infer live mode from an object description.