x402-gated Stripe customer data endpoint on Base, paid per-request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a specific Stripe customer resource (customer ID 178) behind an x402 paywall. Payment is settled on the Base network using USDC (contract 0x8335…2913) at $0.02 per request. The endpoint accepts POST requests and returns JSON.
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services—all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific listing is for the `/api/v1/stripe/customers/178` path, which appears to expose Stripe customer data. The exact response schema is not documented; the only description provided is "Premium API Access."
The endpoint is live and returns a valid x402 challenge (HTTP 402) with version 1 of the protocol. Payment goes to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on Base. The maximum amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No OpenAPI spec, detailed documentation, or example responses are available for this specific endpoint.
Capabilities
Use cases
- —Retrieving Stripe customer details via a crypto-paid API call
- —Programmatic access to customer payment data without traditional API keys
- —Agent-driven workflows that need Stripe customer info with instant USDC settlement
Fit
Best for
- —Developers who want keyless, pay-per-call access to Stripe customer data
- —AI agents that can settle payments on Base in USDC
- —Prototyping integrations without signing up for API credentials
Not for
- —Production systems requiring documented response schemas and SLAs
- —Users who need bulk access to many Stripe customers at once
- —Anyone without USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/178 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI spec, no documented request/response schema, and no example responses. The docs, pricing, and README pages all render only a 'Connect wallet' prompt with no useful content. The purpose of exposing a single Stripe customer record is unclear and potentially concerning.
Warnings
- —No response schema or example output documented for this endpoint
- —Endpoint exposes a specific Stripe customer record (ID 178)—unclear what data is returned and whether it contains PII or sensitive payment information
- —All documentation pages (/docs, /pricing, /README, /api) return only a 'Connect wallet' prompt with no substantive content
- —No OpenAPI specification available
- —The platform advertises many API categories but this specific endpoint's utility is ambiguous
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/178
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/178