You're viewing a demo portfolio

Join the waitlist
PRSM

checkout_status

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Check the payment status of a checkout session. Use this to poll for completion after sending the patient a payment link (the `payment_url` from checkout_create). When the patient pays via the link, this tool detects the payment, triggers order fulfillment, and returns the confirmation. Poll every 5-10 seconds while waiting. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "get_checkout_statusArguments",
  "required": [
    "checkout_id"
  ],
  "properties": {
    "checkout_id": {
      "type": "string",
      "title": "Checkout Id",
      "description": "Checkout session ID to check payment status for"
    },
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →
checkout_status — Chia Health MCP Server — PRSM MCP