You're viewing a demo portfolio

Join the waitlist
PRSM

checkout_complete

Active

Tool of Chia Health MCP Server

declared in 1.26.0

Complete payment using Stripe ACP (Shared Payment Token). Only use this if your platform supports Stripe Agentic Commerce Protocol and can provision an SPT. If your platform does NOT support ACP, use the `payment_url` from checkout_create instead, then poll checkout_status. Requires authentication.

Parameters schema

{
  "type": "object",
  "title": "complete_checkoutArguments",
  "required": [
    "checkout_id",
    "shared_payment_token"
  ],
  "properties": {
    "checkout_id": {
      "type": "string",
      "title": "Checkout Id",
      "description": "Checkout session ID to complete payment for"
    },
    "bearer_token": {
      "type": "string",
      "title": "Bearer Token",
      "default": "",
      "description": "Authentication token for the patient session"
    },
    "shared_payment_token": {
      "type": "string",
      "title": "Shared Payment Token",
      "description": "Stripe ACP Shared Payment Token (SPT) provisioned by the client platform"
    }
  }
}

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_complete — Chia Health MCP Server — PRSM MCP