·handle-webhooks
</>

handle-webhooks

payram/payram-helper-mcp-server

在所有受支持的框架中实施 Payram Webhook 处理程序以实现实时支付状态更新的完整指南

1安装·0热度·@payram

安装

$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.

在所有受支持的框架中实施 Payram Webhook 处理程序以实现实时支付状态更新的完整指南 来源:payram/payram-helper-mcp-server。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 handle-webhooks?

在所有受支持的框架中实施 Payram Webhook 处理程序以实现实时支付状态更新的完整指南 来源:payram/payram-helper-mcp-server。

如何安装 handle-webhooks?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/payram/payram-helper-mcp-server --skill handle-webhooks 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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