You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_payment

Active

Tool of PayRam Helper MCP Server

declared in 1.1.0

Look up payments by transaction hash, email, reference ID, customer ID, or invoice ID. Returns up to 5 matching payments with full details.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search query: transaction hash, email address, reference ID (UUID), customer ID, or invoice ID. The backend auto-detects the query type."
    },
    "externalPlatformId": {
      "type": "string",
      "description": "Optional. Auto-discovered from your account if omitted."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

PayRam Helper MCP Server

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

1/7 registries
View full server →
lookup_payment — PayRam Helper MCP Server — PRSM MCP