payment-provider-router
CommunityRoute verified payment events to the right handler
Software Engineering#stripe#payment handlers#retry safety#webhook routing#event dispatch#typed switch logic
Authorjacob-balslev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It eliminates the risk and overhead of manually deciding which business logic to run for each incoming payment webhook event, ensuring the correct downstream handler executes.
Core Features & Use Cases
- Typed payment event dispatch: Routes Stripe events by event type to narrowly-scoped handlers for specific subtypes.
- Safety-first unknown handling: Logs unhandled event types and returns success to prevent Stripe retry storms.
- Clear operational boundaries: Enforces that signature verification and database writes happen in separate skills/handlers, while this router only decides routing.
Quick Start
Use the payment-provider-router skill to dispatch a verified Stripe webhook event to the correct downstream handler based on its event type.
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: payment-provider-router Download link: https://github.com/jacob-balslev/skill-graph/archive/main.zip#payment-provider-router 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.