AVAILABLE

Vendor Risk

Vendor Entity Resolve

Read-only customer-evidence identity checks for names, addresses, and email-domain baselines. It does not claim official verification.

CONTRACT

Predictable for agents. Legible for reviewers.

REST
POST /v1/vendors/entity-resolutions
MCP tool
resolve_vendor_entity
Inputs
Vendor name, aliases, optional address/domain, and optional customer-controlled expected values.
Returns
CLEAR, REVIEW_REQUIRED, or BLOCKED with exact mismatch evidence and a next action.
Latency
Synchronous
Usage unit
Control check

AGENT-READABLE EXCEPTIONS

VENDOR_NAME_MISMATCHVENDOR_ADDRESS_MISMATCHVENDOR_DOMAIN_UNAPPROVED

EXAMPLE REQUEST

POST /v1/vendors/entity-resolutions
Authorization: Bearer apc_...
Content-Type: application/json

{
  "vendor_name": "Acme, Inc.",
  "aliases": [
    "Acme"
  ],
  "expected_name": "Acme Inc"
}

REPRESENTATIVE RESPONSE

{
  "product": "Vendor Entity Resolve",
  "status": "COMPLETED",
  "decision": "CLEAR",
  "exceptions": [],
  "evidence": {
    "canonical_name": "Acme Inc",
    "aliases_checked": 1,
    "domain_checked": false
  },
  "next_action": "Use the customer-supplied canonical mapping in the authorized workflow."
}
Structured outputStatus, decision, exceptions, evidence, confidence, and next action where relevant.
Tenant-scopedOnly the caller's organization records are searched or returned.
Read-onlyNo accounting record, vendor bank account, or payment is changed.

Use Vendor Entity Resolve through RapidAPI.

Choose a capped marketplace plan, copy the generated request, and route the structured result through your own authorized workflow.