x402-gated Stripe customer data endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a specific Stripe customer resource (customer ID 188) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 USD (USDC uses 6 decimals).
The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific listing is for the Stripe customers endpoint only. The site's documentation, pricing, and README pages appear to be behind a wallet-connect gate and contain no additional technical detail.
Because there is no OpenAPI schema, no request/response examples, and no documentation beyond the landing page summary, the actual behavior of this endpoint is unclear. It is labeled "Premium API Access" but the path suggests it retrieves or manipulates a Stripe customer record. Without further docs it is impossible to confirm what fields are accepted or returned.
Capabilities
Use cases
- —Retrieving Stripe customer details via a per-call crypto payment
- —Integrating pay-per-use Stripe data access into an agent workflow
- —Accessing customer records without traditional API key provisioning
Fit
Best for
- —Agents that need on-demand Stripe customer lookups without subscription commitments
- —Developers experimenting with x402 payment-gated APIs on Base
- —Scenarios requiring keyless, pay-as-you-go access to customer data
Not for
- —Bulk or high-volume Stripe data retrieval (no documented batch support)
- —Users who need detailed API documentation or guaranteed SLAs
- —Applications requiring non-USDC or non-Base payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/188 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and no meaningful documentation beyond the landing page. The actual functionality of the Stripe customers endpoint is unverified.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —Docs, pricing, and README pages are gated behind wallet-connect and contain no content
- —The actual data returned by this Stripe customer endpoint is unknown — the description 'Premium API Access' is generic
- —No request body schema or response schema is documented
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 USDC base units on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/188
- —All APIs on lowpaymentfee.com are priced at $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/188