x402-gated Stripe customer endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe customer resource (customer ID 78). It is part of a broader platform that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated behind x402 payment challenges settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/customers/78` is described by the provider as "Premium API Access" and accepts HTTP POST requests. The x402 challenge advertises a maximum amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 USD (USDC uses 6 decimals). Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds. No API keys or rate limits are advertised; access is purely payment-gated.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no detailed description of what data this endpoint actually returns. The endpoint appears to retrieve or interact with a Stripe customer record, but the exact input parameters and response shape are unknown. The platform's landing page lists many other endpoints at $0.02 each across categories like sentiment analysis, text summarization, geocoding, and crypto gas estimates, but none have documented schemas either.
Capabilities
Use cases
- —Retrieving Stripe customer information via a pay-per-call model without API key management
- —Programmatic agent access to Stripe customer data settled in USDC on Base
- —Integrating payment-gated customer lookups into automated workflows
Fit
Best for
- —Agents or services that need on-demand Stripe customer data without subscription commitments
- —Developers experimenting with x402-protocol payment flows on Base
- —Use cases requiring keyless, pay-as-you-go API access
Not for
- —Production systems requiring documented request/response schemas and SLAs
- —High-volume Stripe integrations better served by direct Stripe API access
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/78 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the actual functionality of this Stripe customer endpoint is unclear. Docs pages are empty beyond a wallet-connect prompt.
Warnings
- —No OpenAPI or request/response schema available — input parameters and response format are entirely unknown
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
- —The purpose of exposing a single Stripe customer record (ID 78) via a public paid endpoint is unclear and may raise data privacy concerns
- —No SLA, rate limit, or uptime guarantees documented
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base network with a 300-second timeouthttps://lowpaymentfee.com/api/v1/stripe/customers/78
- —The platform advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/78