Retrieve employee SSN data via pay-per-request x402 endpoint on Base network using USDC.
What it does
This endpoint at lowpaymentfee.com provides access to employee Social Security Number (SSN) data behind an x402 paywall. The specific resource `/api/v1/employees/45/ssn` returns sensitive employee information in JSON format upon payment of $0.02 per request in USDC on the Base network. No API keys or accounts are required — callers simply attach an x402 payment header to a POST request.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs across data analytics, AI/ML inference, finance, and utility categories, all priced at $0.02 per request. The x402 challenge was successfully captured, confirming the endpoint is live. Payment is settled on-chain via USDC (contract 0x8335…2913) on Base to address 0x1A2B…85F3, with a maximum timeout of 300 seconds.
Important caveat: this endpoint purports to serve Social Security Numbers, which are highly sensitive personally identifiable information (PII). There is no documentation explaining the data source, authorization model, or legal basis for distributing SSNs. The broader site's documentation pages return only a "Connect wallet" prompt with no substantive content. Consumers should exercise extreme caution and verify compliance with applicable privacy and data protection regulations before using this endpoint.
Capabilities
Use cases
- —Retrieving employee SSN for payroll or HR verification workflows
- —Programmatic access to sensitive employee identifiers behind a micropayment wall
- —Agent-driven identity verification requiring SSN data
Fit
Best for
- —Developers needing on-demand SSN retrieval without API key management
- —Automated payroll or HR systems that can settle payments on Base
- —x402-compatible agents requiring PII data access
Not for
- —Anyone without a verified legal basis for accessing SSNs — this is regulated PII
- —Production systems requiring documented data provenance and compliance guarantees
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/45/ssn \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is zero documentation on request/response schemas, no examples, and the docs pages are empty stubs. The endpoint serves highly sensitive PII (SSNs) with no visible compliance, privacy policy, or data-source documentation, which is a major red flag.
Warnings
- —Endpoint serves Social Security Numbers (SSNs), which are regulated PII under numerous laws (e.g., CCPA, GLBA, state SSN protection statutes). No compliance documentation is provided.
- —All documentation pages (/docs, /api, /pricing, /README) return only a 'Connect wallet' prompt with no substantive content.
- —No request or response schema is documented; the output format is unknown beyond mimeType application/json.
- —Data provenance is entirely unclear — there is no indication of where employee SSN data originates or whether it is real or synthetic.
- —The hardcoded employee ID (45) in the URL suggests this may be a demo or test endpoint rather than a production service.
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/employees/45/ssn
- —Payment is $0.02 per request in USDC on Base network (maxAmountRequired 20000, USDC has 6 decimals)https://lowpaymentfee.com/api/v1/employees/45/ssn
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/employees/45/ssn
- —Platform advertises $0.02/request pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —Documentation pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs