You're viewing a demo portfolio

Join the waitlist
PRSM

checkout_create

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Initiate a checkout session for a medication order. Returns checkout details including line items, total, and payment options. TWO PAYMENT PATHS are supported: 1. **Stripe ACP (preferred)**: If your platform supports Stripe Agentic Commerce Protocol, provision a Shared Payment Token (SPT) and call checkout_complete to pay instantly. 2. **Payment link (fallback)**: If ACP/SPT is not available, present the returned `payment_url` to the patient. This is a Stripe-hosted checkout page where the patient can enter their card and pay directly. After sending the link, call checkout_status to poll for payment completion. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "create_checkoutArguments",
  "required": [
    "order_id"
  ],
  "properties": {
    "order_id": {
      "type": "string",
      "title": "Order Id",
      "description": "Order ID to create checkout for"
    },
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Chia Health MCP Server

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

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