x402-gated Stripe customer data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides premium API access to Stripe customer data (specifically customer ID 17) via the x402 payment protocol. It accepts POST requests and is gated behind a per-call USDC payment on the Base network.
The endpoint charges a maximum of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 per request given USDC's 6 decimals. Payment is made via the x402 "exact" scheme with a 300-second timeout. No API keys or rate limits are required — access is granted purely through on-chain payment.
The broader lowpaymentfee.com platform advertises multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities, all priced at $0.02 per request. However, this specific listing covers the `/api/v1/stripe/customers/17` endpoint, which appears to return Stripe customer information. Documentation beyond the landing page is minimal (other pages only show a "Connect wallet" prompt), so the exact response schema and available fields are not documented.
Capabilities
Use cases
- —Retrieving Stripe customer details without managing API keys
- —Agent-driven customer data lookups paid per call in USDC
- —Integrating Stripe customer info into crypto-native workflows
Fit
Best for
- —Agents needing on-demand Stripe customer data without subscription
- —Developers wanting keyless, pay-per-use access to customer records
- —Crypto-native applications that settle in USDC on Base
Not for
- —Bulk Stripe data exports requiring thousands of calls (cost adds up)
- —Users without USDC on Base network
- —Applications needing full Stripe API coverage (only one customer endpoint documented)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/17 \
-H "X-PAYMENT: <x402_payment_header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear, but there is no documentation of request/response schemas, no OpenAPI spec, and the docs/pricing/README pages all just show 'Connect wallet'. The purpose of fetching a specific Stripe customer by ID is unclear without further context.
Warnings
- —No response schema or example documented — actual output format unknown
- —Documentation pages (docs, pricing, README) return only 'Connect wallet' with no useful content
- —Endpoint targets a hardcoded customer ID (17) — unclear if this is a demo or production resource
- —No OpenAPI specification available
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/17
- —Platform advertises $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/17