A
AcuiQ
/get_order
get order
Check a checkout created by create_checkout and, once it is paid, return the delivery link for a digital product. Call it after handing the person the checkout
liveverifiedunknown~5s typical
mcpprobedacuiq
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-acuiq-acuiq /get_order for me.
Input
| Field | Type | Description |
|---|---|---|
| session_id* | string | The session_id create_checkout returned (starts "cs_") |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-acuiq-acuiq","endpoint":"/get_order","input":{"session_id":"..."}}'cli
npx cracked-ai run -p mcp-com-acuiq-acuiq -e /get_order -i '{"session_id":"..."}'mcp
run_tool({ provider: "mcp-com-acuiq-acuiq", endpoint: "/get_order", input: {"session_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.