x402-gated Stripe customer endpoint on Base, pay-per-call with USDC.
What it does
This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe customer resource (customer ID 22) via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). The endpoint returns application/json responses.
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and no minimum commitments. However, this specific listing is for the Stripe customers endpoint, whose exact response payload and use case are not documented.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the Stripe customer endpoint actually returns or what input it expects beyond a POST body. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to assess the actual functionality.
Capabilities
Use cases
- —Retrieving Stripe customer information via a crypto-paid API call
- —Programmatic access to Stripe customer records without traditional API keys
- —Agent-driven payment workflows that settle per-call on Base with USDC
Fit
Best for
- —Developers wanting keyless, pay-per-call access to Stripe customer data
- —AI agents that can settle x402 payments on Base
- —Projects needing low-friction API access without subscription commitments
Not for
- —Users needing detailed API documentation or OpenAPI specs before integrating
- —High-volume Stripe integrations where direct Stripe API access would be cheaper
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/22 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request format, response schema, or what the Stripe customer endpoint actually does. No OpenAPI spec, no examples, and all doc pages are empty beyond a wallet connect prompt.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages are all empty
- —No OpenAPI or request/response schema provided
- —Unclear what data the Stripe customers/22 endpoint actually returns
- —The endpoint path references a hardcoded customer ID (22), which may limit general usefulness
- —Platform lists many endpoints but none appear to have public documentation
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base network at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/stripe/customers/22
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/22
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) render only a Connect wallet prompthttps://lowpaymentfee.com/docs