billing-event-idempotency
CommunityEnforce idempotent billing on Stripe events.
Authormarquesfelip
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Prevent duplicate processing of Stripe webhook events by providing a durable, distributed idempotency mechanism that guards against replay attacks, concurrent deliveries, and restarts.
Core Features & Use Cases
- Database-backed deduplication table keyed by stripe_event_id to guarantee processing is performed once.
- End-to-end idempotent handling across worker instances and retries, including recovery for stuck events.
- Patterns for outbound Stripe calls using deterministic idempotency keys to avoid duplicate charges and records.
Quick Start
Start by wiring the idempotent event processor as the first step in your Stripe webhook intake flow to ensure each event is processed once.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: billing-event-idempotency Download link: https://github.com/marquesfelip/agents-and-skills/archive/main.zip#billing-event-idempotency Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.