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 84). It is part of a broader platform that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated behind x402 payment challenges settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/customers/84` is labeled "Premium API Access" by the provider. Based on the x402 challenge, each call costs up to 20,000 base units of USDC (0.02 USD) and accepts POST requests. Payment is made via the x402 exact scheme to the provider's wallet on Base. No API keys or rate limits are advertised; access is granted per-request upon valid payment.
Documentation is extremely sparse. The provider's docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema beyond the x402 outputSchema stub, and no explanation of what data the Stripe customer endpoint actually returns. The endpoint is live (402 challenge confirmed), but the lack of documentation makes it difficult to know what payload to send or what response to expect.
Capabilities
Use cases
- —Retrieving Stripe customer details via a pay-per-call model without API key management
- —Programmatic agent access to Stripe customer records settled in USDC on Base
- —Demonstrating x402 protocol payment flows for API monetization
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need on-demand Stripe customer lookups without subscription commitments
- —Projects already operating on the Base L2 with USDC liquidity
Not for
- —Production systems requiring well-documented, stable API contracts
- —Users who need bulk Stripe data access at scale (no batch endpoint documented)
- —Anyone without a Base-compatible wallet and USDC balance
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/84 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no explanation of what the endpoint returns. The purpose of a 'Stripe customers/84' endpoint behind x402 is unclear without further context.
Warnings
- —No documentation available — all doc/pricing/API/README pages render only 'Connect wallet'
- —No OpenAPI or request/response schema provided; impossible to know expected input or output format
- —The endpoint path references a specific Stripe customer ID (84), which is unusual for a general-purpose API
- —Purpose and data returned by this specific endpoint are unclear
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/84
- —The platform advertises $0.02 per request pricing 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/84
- —Docs, pricing, API, and README pages all show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs