You're viewing a demo portfolio

Join the waitlist
PRSM

order_status

Active

Tool of Kifly — Agentic Commerce & Payments

declared in 1.0.0

Check the status of a Stripe checkout session. Poll every 5 seconds after checkout until status is 'paid', 'shipped', or 'failed'. Returns order details (order_id, amount, items) when paid. When the seller marks the order as shipped, status becomes 'shipped' and tracking_number, carrier, and shipped_at are included — share these with the buyer. Call get_help if the buyer needs Kifly's support contact.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "session_id"
  ],
  "properties": {
    "session_id": {
      "type": "string",
      "description": "Stripe checkout session ID from the checkout tool response"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Kifly — Agentic Commerce & Payments

1/7 registries
View full server →
order_status — Kifly — Agentic Commerce & Payments — PRSM MCP