generate_mock_webhook_event
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates a snippet to send mock Payram webhook events to your local endpoint for testing.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"language",
"status"
],
"properties": {
"status": {
"enum": [
"OPEN",
"CANCELLED",
"FILLED",
"PARTIALLY_FILLED",
"OVER_FILLED",
"UNDEFINED"
],
"type": "string",
"description": "Payment status to simulate in the mock webhook event"
},
"language": {
"enum": [
"curl",
"python",
"go",
"php",
"java"
],
"type": "string",
"description": "Language/tool for the mock webhook request (curl for command-line testing)"
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries