x402-gated Stripe customer data endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a Stripe customer resource (customer ID 150) via the x402 payment protocol. It is part of a broader platform that offers dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated behind x402 micro-payments on the Base network using USDC.
The specific endpoint `/api/v1/stripe/customers/150` is labeled "Premium API Access" and accepts POST requests. Payment is settled on-chain on Base in USDC (contract 0x8335…2913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). The platform advertises a flat $0.02 per request across all endpoints, with no API keys, no rate limits, and no minimum commitments required.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what data the Stripe customers endpoint actually returns. The endpoint is live and responds with a valid x402 challenge, but the actual functionality behind the paywall is undocumented.
Capabilities
Use cases
- —Retrieving Stripe customer information via a pay-per-request model
- —Programmatic access to customer data without managing API keys
- —Agent-driven workflows that need on-demand Stripe data with crypto payment
Fit
Best for
- —Developers who want keyless, pay-per-call access to Stripe customer data
- —AI agents that can settle x402 payments on Base in USDC
- —Prototyping integrations where traditional Stripe API key management is undesirable
Not for
- —Production systems needing well-documented, stable API contracts
- —Users who need bulk Stripe data access (per-request pricing adds up quickly)
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/150 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI schema, no request/response examples, and no explanation of what the Stripe customers endpoint actually returns. The listing is effectively a stub.
Warnings
- —Documentation pages (/docs, /api, /pricing, /README) are all empty beyond a 'Connect wallet' prompt — no usable docs exist.
- —No OpenAPI or schema describing request parameters or response format for this endpoint.
- —The purpose of exposing a single Stripe customer record (ID 150) via a public paid endpoint is unclear and potentially exposes sensitive data.
- —No information on what data is returned behind the paywall; functionality is entirely opaque.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/150
- —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/150
- —Documentation, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs