checkout_cancel
ActiveTool of Chia Health MCP Server
declared in 1.26.0
Cancel an in-progress checkout session. Releases any held inventory and cancels the associated Stripe PaymentIntent if not yet captured. Requires authentication.
Parameters schema
{
"type": "object",
"title": "cancel_checkoutArguments",
"required": [
"checkout_id"
],
"properties": {
"checkout_id": {
"type": "string",
"title": "Checkout Id",
"description": "Checkout session ID to cancel"
},
"bearer_token": {
"type": "string",
"title": "Bearer Token",
"default": "",
"description": "Authentication token for the patient session"
}
}
}Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries