handle-webhooks
Installation
SKILL.md
Handle Payram Webhooks
Overview
This skill provides comprehensive instructions for implementing Payram webhook handlers in your application. Webhooks enable real-time notifications when payment status changes, eliminating the need for polling. You'll learn how to create secure webhook endpoints, validate incoming requests, route events to appropriate handlers, and test your implementation across all supported frameworks.
When to Use This Skill
Use this skill when you need to:
- Receive real-time payment status notifications
- Eliminate polling for payment updates
- Implement event-driven payment processing
- Handle payment lifecycle events (filled, cancelled, etc.)
- Build production-ready webhook endpoints with proper security
- Test webhook integration locally before deploying