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 93). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance, and utility categories — all gated behind x402 payment challenges settled in USDC on the Base network at $0.02 per call.
The specific endpoint `/api/v1/stripe/customers/93` is labeled "Premium API Access" and accepts POST requests. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the `exact` scheme to the specified payTo address, with a 300-second timeout. 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 description of what data this endpoint actually returns beyond the generic "Premium API Access" label. The platform lists many other endpoints (analytics, AI, finance, infrastructure) at the same $0.02 price point, but none have documented schemas or example payloads available from the crawl.
Capabilities
Use cases
- —Retrieving Stripe customer data for customer ID 93 via a single paid request
- —Demonstrating x402 payment-gated API access patterns on Base
- —Integrating pay-per-use Stripe data retrieval into agent workflows
Fit
Best for
- —Developers experimenting with x402 payment protocols
- —Agents needing on-demand Stripe customer lookups without API key management
- —Low-volume, pay-as-you-go access to specific customer records
Not for
- —Bulk Stripe data retrieval (no batch endpoints documented)
- —Users needing detailed API documentation or response schemas before integrating
- —Production systems requiring SLA guarantees or documented error handling
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/93 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request parameters, response schema, or what data is actually returned. Docs pages are empty wallet-connect stubs. The endpoint path suggests Stripe customer data but this is unverified.
Warnings
- —No OpenAPI schema or request/response documentation available
- —All documentation pages (docs, API, pricing, README) render only a 'Connect wallet' prompt with no content
- —The specific data returned by this endpoint is unknown — 'Premium API Access' is not descriptive
- —It is unclear whether this endpoint returns real Stripe customer data or is a demo/placeholder
- —No error handling, rate limit, or SLA information documented
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base with exact schemehttps://lowpaymentfee.com/api/v1/stripe/customers/93
- —Platform advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/93
- —Docs, API, pricing, and README pages show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs