x402-gated Stripe customer endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe customer resource (customer ID 74). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance, and utility categories — all gated via the x402 payment protocol on the Base network using USDC.
The specific endpoint `/api/v1/stripe/customers/74` is listed as "Premium API Access" and accepts POST requests. Payment is settled on-chain on Base to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02. The platform advertises no API keys, no rate limits, and instant access.
The crawled documentation pages (`/docs`, `/api`, `/pricing`, `/README`) all returned only a "Connect wallet" prompt with no substantive content, so the actual request/response schema for this specific endpoint is unknown. It is unclear what data is returned — it could be Stripe customer details, a proxy to Stripe's API, or something else entirely. The platform lists many other endpoints at $0.02 each spanning analytics, AI, finance, and infrastructure categories, but none have documented schemas available from the crawl.
Capabilities
Use cases
- —Retrieving Stripe customer information via a pay-per-request model without API keys
- —Agent-driven access to customer data with on-chain USDC micropayments
- —Integrating Stripe customer lookups into x402-compatible agent workflows
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
- —Use cases requiring low-friction API access without subscription commitments
Not for
- —Users needing documented request/response schemas before integration
- —High-volume Stripe API usage where direct Stripe integration would be cheaper
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/74 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, and no examples. All doc pages return only 'Connect wallet' with no content. The purpose of this specific Stripe customer endpoint is ambiguous.
Warnings
- —No request or response schema available — the actual data returned is unknown
- —All documentation pages (/docs, /api, /pricing, /README) returned only 'Connect wallet' with no content
- —The endpoint references a specific Stripe customer ID (74); it is unclear whether this is a demo, a proxy, or a real customer record
- —No OpenAPI spec or AI plugin manifest found
Citations
- —The endpoint returns a 402 challenge with x402Version 1, requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/74
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02https://lowpaymentfee.com/api/v1/stripe/customers/74
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/74
- —Documentation pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs