handle-webhooks
✓Complete guide to implementing Payram webhook handlers across all supported frameworks for real-time payment status updates
Installation
SKILL.md
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 a payment status changes, Payram sends an HTTP POST request:
Action: Configure your webhook URL in Payram dashboard and store the shared secret in PAYRAMWEBHOOKSECRET.
Complete guide to implementing Payram webhook handlers across all supported frameworks for real-time payment status updates Source: payram/payram-helper-mcp-server.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is handle-webhooks?
Complete guide to implementing Payram webhook handlers across all supported frameworks for real-time payment status updates Source: payram/payram-helper-mcp-server.
How do I install handle-webhooks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/payram/payram-helper-mcp-server
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05