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 199) behind an x402 paywall. It is part of a broader platform that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all settled on the Base network using USDC.
The specific endpoint `/api/v1/stripe/customers/199` is labeled "Premium API Access" and accepts POST requests. Payment is handled via the x402 protocol: callers receive a 402 challenge specifying the USDC asset on Base (contract 0x8335…2913), with a maximum amount of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the platform's advertised flat pricing of $0.02/request across all endpoints. No API keys are required; access is granted upon valid x402 payment.
Documentation on the site 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 the Stripe customers endpoint actually returns. The platform advertises no rate limits and no minimums, but without documentation it is unclear what fields or parameters the endpoint accepts or what shape the response takes.
Capabilities
Use cases
- —Retrieving Stripe customer information for customer ID 199 via a single paid API call
- —Integrating pay-per-request data access into agent workflows without managing API keys
- —Demonstrating x402 protocol payment flows on the Base network
Fit
Best for
- —Developers experimenting with x402 payment protocol integrations
- —Agents that need on-demand paid data access without subscription overhead
- —Projects already operating on the Base L2 with USDC
Not for
- —Production use cases requiring documented request/response schemas
- —Bulk retrieval of multiple Stripe customers in a single call
- —Users who need free or subscription-based API access
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/199 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and the purpose of a 'Stripe customers/199' endpoint behind a crypto paywall is unexplained. Effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; impossible to know what data this endpoint returns
- —The endpoint path references a specific Stripe customer ID (199), which is unusual for a public API and may indicate test/demo data
- —Purpose and data returned by this endpoint are entirely unclear
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/199
- —Platform advertises $0.02/request flat pricing 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/199