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 95). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance, and utility categories — all gated behind x402 payment challenges settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/customers/95` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 per request (USDC uses 6 decimals). The platform's landing page confirms a flat $0.02/request pricing model with no API keys, no rate limits, and no minimum commitments required.
The endpoint's exact functionality is unclear from available documentation. The URL path suggests it retrieves or interacts with a specific Stripe customer record, but no request/response schema, parameter documentation, or usage examples are provided. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. Without further documentation it is impossible to confirm what data this endpoint returns or what POST body it expects.
Capabilities
Use cases
- —Retrieving Stripe customer information via a pay-per-request model without API key management
- —Programmatic access to customer billing data settled in USDC on Base
- —Agent-driven workflows that need on-demand Stripe customer lookups
Fit
Best for
- —Developers who want keyless, pay-as-you-go access to Stripe customer data
- —AI agents that can settle x402 payments in USDC on Base
- —Projects needing low-cost per-request billing without subscriptions
Not for
- —Users who need bulk Stripe data access (no batch endpoint documented)
- —Anyone requiring detailed API documentation or guaranteed SLAs before integrating
- —Use cases needing non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/95 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02/request in USDC on Base). However, there is no request/response schema, no documentation beyond a wallet-connect prompt, and the specific purpose of this Stripe customer endpoint is ambiguous. Effectively a stub listing.
Warnings
- —No request body schema or response schema documented
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
- —The exact purpose of accessing Stripe customer ID 95 is unclear — it may be a demo or placeholder
- —No OpenAPI spec or AI plugin manifest available
Citations
- —Flat $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/95