generate_payment_status_snippet
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates backend code to query the status of a Payram payment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"style"
],
"properties": {
"style": {
"enum": [
"sdk",
"http"
],
"type": "string",
"description": "Style of code snippet: sdk uses the Payram SDK, http uses raw HTTP requests"
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries