x402-gated Stripe customer endpoint on Base, pay-per-call with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a Stripe customer resource (customer ID 18) behind an x402 paywall. It is part of a broader platform offering dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all settled on the Base network using USDC.
The specific endpoint `/api/v1/stripe/customers/18` accepts POST requests and returns JSON. The x402 challenge indicates a maximum cost of 20,000 base units of USDC (0.02 USD per request), consistent with the platform's uniform $0.02/request pricing. Payment is made via the x402 "exact" scheme to address 0x1A2B...85F3 on Base, with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
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 spec, no request/response schema, and no explanation of what the Stripe customers endpoint actually returns or what input it expects. The endpoint is live (returns a proper 402 challenge), but without documentation it is unclear what data or functionality is provided beyond the generic label "Premium API Access."
Capabilities
Use cases
- —Retrieving Stripe customer data via a single paid API call
- —Agent-driven access to customer records without API key provisioning
- —Programmatic pay-per-request access to financial data endpoints
Fit
Best for
- —AI agents that can settle x402 payments on Base
- —Developers wanting keyless, pay-per-use API access
- —Applications needing Stripe customer lookups without managing Stripe credentials
Not for
- —Users who need detailed API documentation or schemas before integrating
- —High-volume batch operations where per-request pricing is inefficient
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/18 \
-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, but there is no documentation, no OpenAPI spec, no request/response schema, and no explanation of what the endpoint actually does beyond the label 'Premium API Access'. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all render only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —Purpose of the Stripe customers endpoint is unclear — no description of input parameters or response format
- —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/18
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/18
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs