Check payee
payeeproof.check_payeePaid $0.01 public machine identity and payment-destination consistency assessment. Use immediately before an autonomous machine payment to compare the requested HTTPS endpoint, claimed service expectations, HTTP 402 challenge, resource binding, public discovery metadata, and prior PayeeProof observations. PayeeProof never authorizes the target payment, never forwards target payment credentials, and actively probes only anonymous public GET/HEAD requests under a bounded SSRF-safe contract; state-changing target methods require caller-observed 402 evidence. Missing evidence can remain unknown. This is not KYC, AML, sanctions screening, fraud certification, legal identity verification, legal advice, or a delivery guarantee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Optional target operation or tool name the caller expects to invoke. | |
| live_probe | No | Whether PayeeProof may perform its bounded anonymous public probe. Only safe GET or HEAD probes are eligible. | |
| target_url | Yes | Public HTTPS target URL whose machine-payment identity should be checked. Default HTTPS port 443 only. | |
| expected_asset | No | Optional expected public payment asset identifier or symbol. | |
| request_method | No | Method of the target operation. PayeeProof actively probes only GET or HEAD; state-changing methods require caller-observed 402 evidence. | GET |
| expected_domain | No | Optional hostname the caller expects after URL normalization. Used for deterministic domain consistency checks. | |
| expected_pay_to | No | Optional expected public payment destination. EVM addresses are normalized case-insensitively before comparison. | |
| expected_network | No | Optional expected payment network identifier, such as a CAIP-2 network, for comparison with observed metadata. | |
| expected_currency | No | Optional expected target pricing currency or stablecoin symbol when exposed by the target challenge. | |
| expected_protocol | No | Optional machine-payment protocol the caller expects the target to advertise. | |
| observed_response | No | Optional caller-observed public target response metadata. Required for state-changing target methods. Never include a payment credential, Authorization, Cookie, or response body. | |
| expected_price_cents | No | Optional expected target price in integer USD cents for comparison with observed public payment metadata. | |
| expected_service_name | No | Optional public service name the caller expects the target payment challenge or discovery metadata to identify. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | Yes | ||
| target | Yes | ||
| evidence | Yes | ||
| checkedAt | Yes | ||
| assessment | Yes | ||
| limitations | Yes | ||
| schemaVersion | Yes | ||
| claimedIdentity | Yes | ||
| receiptEnvelope | No | ||
| observedIdentity | Yes | ||
| deterministicDigest | Yes | ||
| historicalContinuity | Yes | ||
| normalizedPaymentFacts | Yes | ||
| recommendedMachineNextStep | Yes |