CA
Conduit Agentic Commerce
/payment_methods
Payment methods
List or enable agent payment methods (action=list|enable) with friendly labels. Defaults: cod + x402. invoice (B2B) is coming_soon. bank_card is handoff-only.
liveverifiedunknown~5s typical
mcpprobedconduitagenticcommerce
$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-app-aiconduit-conduit /payment_methods for me.
Input
| Field | Type | Description |
|---|---|---|
| agent_id* | string | Agent id whose methods to list or enable |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| action* | string (list | enable) | list = enumerate rails; enable = turn on one rail |
| rail | string | Rail key required when action=enable, e.g. x402 (not bank_card vault) |
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-app-aiconduit-conduit","endpoint":"/payment_methods","input":{"agent_id":"...","action":"list"}}'cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /payment_methods -i '{"agent_id":"...","action":"list"}'mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/payment_methods", input: {"agent_id":"...","action":"list"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.