generate_payment_http_snippet
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates a raw HTTP sample for creating a Payram payment in the requested language.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"language"
],
"properties": {
"language": {
"enum": [
"python",
"go",
"php",
"java"
],
"type": "string",
"description": "Programming language for the HTTP payment creation snippet"
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries