You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

refund_payment

Inactive

Tool of Israel Payments (Stripe — cards / Apple Pay)

declared in 0.1.0

Refund a paid payment (created by create_payment_link). Full refund by default; pass amount for a partial refund where supported. Refunds respect the same owner policy guardrails (x-agentpay-max-amount) as payments — the amount is checked before anything is sent to the gateway.

Parameters schema

{
  "type": "object",
  "required": [
    "session_id"
  ],
  "properties": {
    "amount": {
      "type": "number",
      "description": "Optional partial-refund amount in the local currency major unit. Omit for a full refund."
    },
    "session_id": {
      "type": "string",
      "description": "The session_id of the paid payment (same id used by query_payment_status)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Israel Payments (Stripe — cards / Apple Pay)

https://github.com/junter1989k-ai/israel-payments-mcp

2/7 registries
View full server →
refund_payment — Israel Payments (Stripe — cards / Apple Pay) — PRSM MCP