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 specific Stripe customer resource (customer ID 102) behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme.
The endpoint charges a maximum of 20,000 base units of USDC per request. Since USDC uses 6 decimals, this equals $0.02 per call. The provider's landing page confirms a flat $0.02/request pricing model across all their API offerings, with no API keys, no rate limits, and instant access.
The broader lowpaymentfee.com platform advertises multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. However, this specific listing covers only the `/api/v1/stripe/customers/102` endpoint. Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so the exact request body schema and response format are unknown. The endpoint is live and returning a valid x402 402 challenge.
Capabilities
Use cases
- —Retrieving Stripe customer information for customer ID 102 via a pay-per-call model
- —Agent-driven access to customer records without API key provisioning
- —Programmatic lookup of customer data settled in USDC on Base
Fit
Best for
- —Agents needing on-demand Stripe customer data without subscription commitments
- —Developers exploring x402 payment-gated API patterns
- —Low-volume, pay-as-you-go access to customer records
Not for
- —Bulk retrieval of many Stripe customers (only serves customer 102)
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/102 \
-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 documentation is effectively absent (all doc pages show only 'Connect wallet'). No request/response schema, no OpenAPI spec, and the endpoint serves a single hardcoded customer ID with no explanation of what data is returned.
Warnings
- —Documentation pages (/docs, /api, /pricing, /README) are all empty beyond a 'Connect wallet' prompt — no usable docs exist.
- —The endpoint targets a single hardcoded Stripe customer ID (102); unclear if this is a demo or production resource.
- —No request body schema or response schema is documented anywhere.
- —No OpenAPI or machine-readable API specification is available.
Citations
- —The endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 USDC base units on Base network.https://lowpaymentfee.com/api/v1/stripe/customers/102
- —The platform charges $0.02 per request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/stripe/customers/102