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

Prerequisites

Installs
1
GitHub Stars
155
First Seen
Feb 4, 2026
handle-webhooks — payram/payram-helper-mcp-server