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 76). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance, and utility categories — all gated behind x402 payment challenges settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/customers/76` is labeled "Premium API Access" and accepts POST requests. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made via the x402 exact scheme to the specified payTo address. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
The platform's landing page lists numerous other endpoints across categories like sentiment analysis, text summarization, geocoding, exchange rates, and more — all at the same $0.02/request price point. However, documentation pages (/docs, /pricing, /api, /README) returned only a "Connect wallet" prompt with no substantive content, so there is no detailed schema, parameter documentation, or example responses available for this or any other endpoint on the platform.
Capabilities
Use cases
- —Retrieving Stripe customer details via a single paid request without needing an API key
- —Programmatic agent access to Stripe customer data settled in USDC on Base
- —Demonstrating x402 payment protocol integration with a real endpoint
Fit
Best for
- —Agents or bots that need on-demand Stripe customer lookups without subscription overhead
- —Developers experimenting with x402 payment-gated APIs
- —Use cases requiring keyless, pay-as-you-go access to customer data
Not for
- —High-volume Stripe integrations where direct Stripe API access is cheaper
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/76 \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect prompt. The purpose of a 'Stripe customers/76' endpoint is unclear — it could return customer details or perform some action, but nothing is documented. Effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all return only 'Connect wallet' with no content
- —No request or response schema provided; the purpose and output of this specific endpoint are unknown
- —The endpoint references a hardcoded Stripe customer ID (76), which is unusual and may indicate a demo or test resource
- —The broader platform lists many endpoints but none have documented schemas or examples
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/76
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/76
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) returned only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs