You're viewing a demo portfolio

Join the waitlist
PRSM

verify_buyer

Active

Tool of Kifly — Agentic Commerce & Payments

declared in 1.0.0

Verify the 6-digit code a returning buyer received by email (from `request_buyer_code`). On success returns `{ buyer_token, buyer_profile_id }` — pass the `buyer_token` to `get_buyer_profile` to auto-fill their saved name + shipping address, and to `checkout` to pre-fill their email on the payment link. Fails with `invalid_otp` if the code is wrong or expired (ask them to re-check, or call `request_buyer_code` again). Requires the `buyer:write` capability.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "email",
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "pattern": "^\\d{6}$",
      "description": "The 6-digit code the buyer received by email"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "The buyer's email address (same one used for request_buyer_code)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Kifly — Agentic Commerce & Payments

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