checkout_complete
ActiveTool of Chia Health MCP Server
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"
}
}
}Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries