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 144) via the x402 payment protocol. It accepts POST requests and requires a per-call payment of 20,000 base units of USDC on the Base network, which equals $0.02 per request (USDC uses 6 decimals).
The provider operates a broader platform offering various pay-per-request APIs across categories including data analytics, AI/ML inference, finance/Web3, and infrastructure utilities—all priced at $0.02 per call. The platform advertises no API keys, no rate limits, and instant access, settling payments on the Base L2 network. The x402 challenge confirms the endpoint is live and responds with a standard version-1 payment challenge.
This specific endpoint appears to expose Stripe customer information. The exact response schema is not documented, and the provider's docs pages (including /docs, /api, /pricing, /README) all render only a "Connect wallet" prompt with no additional technical documentation. Without further schema details or example responses, the precise data returned remains unclear.
Capabilities
Use cases
- —Retrieving Stripe customer details without managing API keys or subscriptions
- —Programmatic access to customer payment data via crypto micropayments
- —Agent-driven workflows that need on-demand Stripe customer lookups
Fit
Best for
- —Developers who want keyless, pay-per-use access to Stripe customer data
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over traditional subscription billing
Not for
- —Bulk retrieval of many Stripe customers (each call costs $0.02 individually)
- —Users without USDC on the Base network
- —Applications requiring detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/144 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documented request/response schema, no OpenAPI spec, and the docs pages are empty. The purpose of the endpoint (Stripe customer data) is only inferred from the URL path.
Warnings
- —No API documentation available—all doc pages render only 'Connect wallet'
- —No response schema or example responses provided
- —The exact data returned for Stripe customer 144 is unknown
- —Purpose inferred solely from URL path; may not actually proxy Stripe data
Citations
- —Endpoint returns 402 with x402 version 1 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/144
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/144