Retrieve employee SSN data via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns employee Social Security Number (SSN) data for a specific employee record (ID 174) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network using the x402 "exact" scheme.
The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals), which equals $0.02 per request. The provider's landing page confirms a flat $0.02/request pricing model across all their API endpoints, with no API keys, no rate limits, and instant access. The site hosts a broad catalog of endpoints spanning data analytics, AI/ML inference, finance, and utility services — this particular endpoint falls under what appears to be an employee data or HR category.
Documentation is extremely sparse. The /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema, and no description of what fields are returned beyond the URL path implying SSN retrieval for employee 174. The endpoint is live (402 challenge captured successfully).
Capabilities
Use cases
- —Retrieving SSN for employee record 174 via automated agent workflow
- —Integrating employee PII retrieval into payroll or HR verification pipelines
- —Demonstrating x402 micropayment-gated access to sensitive data
Fit
Best for
- —Agents needing on-demand access to employee SSN data without API key provisioning
- —Developers exploring x402 protocol for pay-per-call data access
- —Automated identity verification workflows
Not for
- —Bulk employee data retrieval (endpoint is scoped to a single employee ID)
- —Use cases requiring compliance documentation or audit trails for PII access
- —Users who need detailed API documentation or response schema guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/174/ssn \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — no OpenAPI spec, no request/response schema, no examples. The endpoint serves highly sensitive PII (SSN) with no visible compliance, access control, or audit documentation. The specific employee ID (174) hardcoded in the URL suggests this may be a demo or test endpoint rather than a production service.
Warnings
- —Endpoint serves highly sensitive PII (Social Security Numbers) — verify legal and compliance requirements before use.
- —No documentation, OpenAPI spec, or response schema available; actual response format is unknown.
- —Endpoint URL is hardcoded to employee ID 174; unclear if other employee IDs are supported.
- —All documentation pages (/docs, /pricing, /api, /README) returned only 'Connect wallet' with no content.
- —Provider legitimacy and data source are unverified — exercise extreme caution with PII endpoints.
Citations
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/174/ssn
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/employees/174/ssn
- —Provider advertises $0.02/request flat pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —Documentation pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs