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 14). It is part of a broader platform offering dozens of pay-per-call API endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all gated via the x402 payment protocol on the Base network.
The specific endpoint `/api/v1/stripe/customers/14` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, with a maximum amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The platform advertises flat $0.02/request pricing across all its endpoints, with no API keys, no rate limits, and no minimum commitments required.
Documentation 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 detailed description of what data this particular endpoint returns. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual functionality behind the paywall for this specific Stripe customers route is unclear from available materials.
Capabilities
Use cases
- —Retrieving Stripe customer data via a single paid API call without needing API keys
- —Programmatic access to payment infrastructure endpoints settled in USDC on Base
- —Agent-driven workflows that need on-demand Stripe customer lookups with crypto micropayments
Fit
Best for
- —Developers wanting keyless, pay-per-use API access settled in crypto
- —AI agents that can autonomously pay for API calls via x402
- —Users who prefer Base L2 USDC micropayments over traditional subscription billing
Not for
- —Users needing detailed API documentation or OpenAPI specs before integrating
- —High-volume use cases where $0.02/request adds up (no bulk discount mentioned)
- —Anyone without a Base-compatible wallet or USDC holdings
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/14 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and no documentation beyond a wallet-connect prompt. The actual data returned by this Stripe customers endpoint is entirely unknown, making this effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format
- —The purpose of '/api/v1/stripe/customers/14' is unclear — it may expose Stripe customer data but details are unverified
- —No request or response examples available
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/14
- —Platform advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/14
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs