x402-gated Stripe customer data endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com exposes a specific Stripe customer resource (`/api/v1/stripe/customers/182`) 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 maximum amount required per call is 20,000 base units of USDC, which at 6 decimals equals $0.02 USD.
The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-request APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services—all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific listing is for the Stripe customers endpoint, whose exact response payload and functionality are not documented in the crawled material. The endpoint path suggests it returns information about a particular Stripe customer record (ID 182).
Because the site's documentation pages (`/docs`, `/pricing`, `/api`, `/README`) all returned only a "Connect wallet" prompt with no substantive content, there is no schema documentation, example request/response, or detailed description available for this endpoint. The x402 challenge was successfully captured (HTTP 402), confirming the endpoint is live and accepting payment-gated requests.
Capabilities
Use cases
- —Retrieving Stripe customer information via a pay-per-call model without needing API keys
- —Programmatic access to customer records settled in USDC on Base
- —Agent-driven lookups of Stripe customer data with instant crypto payment
Fit
Best for
- —Developers wanting keyless, pay-per-use access to Stripe customer data
- —AI agents that can settle x402 payments on Base in USDC
- —Scenarios requiring no subscription or rate-limit constraints
Not for
- —Bulk Stripe data exports (single-customer endpoint, $0.02 per call adds up)
- —Users who need detailed API documentation or response schema before integrating
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/182 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation for this specific endpoint—no request schema, no response schema, no examples. All doc pages return only 'Connect wallet'. The endpoint path (Stripe customers/182) is unusual and unexplained.
Warnings
- —No API documentation available; all doc pages return only 'Connect wallet'
- —No request or response schema provided for this endpoint
- —The endpoint targets a specific Stripe customer ID (182); unclear what data is returned or whether the ID is parameterizable
- —The broader site lists many API categories but none match this Stripe customers path, suggesting it may be a demo or test endpoint
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/182
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/182
- —All APIs priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs