·handle-webhooks
</>

handle-webhooks

payram/payram-helper-mcp-server

Vollständiger Leitfaden zur Implementierung von Payram-Webhook-Handlern in allen unterstützten Frameworks für Echtzeit-Updates des Zahlungsstatus

1Installationen·0Trend·@payram

Installation

$npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks

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.

Vollständiger Leitfaden zur Implementierung von Payram-Webhook-Handlern in allen unterstützten Frameworks für Echtzeit-Updates des Zahlungsstatus Quelle: payram/payram-helper-mcp-server.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-05
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist handle-webhooks?

Vollständiger Leitfaden zur Implementierung von Payram-Webhook-Handlern in allen unterstützten Frameworks für Echtzeit-Updates des Zahlungsstatus Quelle: payram/payram-helper-mcp-server.

Wie installiere ich handle-webhooks?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/payram/payram-helper-mcp-server