x402-gated Stripe customer data endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a specific Stripe customer resource (customer ID 172) via the x402 payment protocol. It is part of a broader platform that offers dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated behind x402 micropayments settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/customers/172` is listed as "Premium API Access" and accepts POST requests. The x402 challenge indicates a maximum cost of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made via the `exact` scheme with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what data the Stripe customers endpoint actually returns. The platform's landing page confirms the $0.02/request pricing and lists the broader API catalog, but provides no detail on input parameters or response formats for any endpoint.
Capabilities
Use cases
- —Retrieving Stripe customer information without managing API keys
- —Agent-driven lookups of customer payment data via micropayments
- —Programmatic access to Stripe customer records settled on-chain
Fit
Best for
- —AI agents needing on-demand Stripe customer data without subscription overhead
- —Developers experimenting with x402 micropayment-gated APIs
- —Applications that need keyless, pay-as-you-go access to financial data
Not for
- —Bulk retrieval of many Stripe customers (single-resource endpoint, $0.02 each)
- —Users who need detailed API documentation or guaranteed SLAs
- —Production systems requiring well-documented request/response schemas
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/172 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages render only 'Connect wallet' with no content. The purpose of a 'Stripe customers/172' endpoint is unclear — it could be a demo or placeholder. Effectively a stub listing.
Warnings
- —No documentation available — all doc pages show only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —The endpoint targets a specific customer ID (172); unclear if this is a demo or real resource
- —No information on what data is returned by this endpoint
- —The broader platform lists many endpoints but none have documented schemas
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/172
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/172
- —Documentation, API, pricing, and README pages all render only 'Connect wallet'https://lowpaymentfee.com/docs