x402basequality 0.35

x402-gated Stripe customer endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a Stripe customer resource via the x402 payment protocol. The specific path `/api/v1/stripe/customers/8` is labeled "Premium API Access" and accepts POST requests, settling payments in USDC on the Base network. The x402 challenge advertises a maximum amount of 20,000 base units of USDC (6 decimals), which equals $0.02 per request — consistent with the site-wide flat pricing of $0.02/request.

The broader lowpaymentfee.com platform offers a catalog of x402-gated APIs spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at the same $0.02/request price point with no API keys, no rate limits, and no minimum commitments.

Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no examples available. The exact behavior of the `/api/v1/stripe/customers/8` endpoint (what data it returns, what input it expects) is not documented and must be discovered by making a paid request.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-customer-datapay-per-requestno-api-keypost-method

Use cases

  • Retrieving Stripe customer data without managing API keys or subscriptions
  • Programmatic access to customer records via crypto micropayments
  • Agent-driven workflows that need on-demand Stripe customer lookups

Fit

Best for

  • Developers who want keyless, pay-per-use access to Stripe customer data
  • AI agents that can settle x402 payments in USDC on Base
  • Projects needing low-friction API access without signup or rate limits

Not for

  • Users who need detailed API documentation or schemas before integrating
  • High-volume use cases where $0.02/request adds up significantly
  • Anyone who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/8 \
  -H "X-PAYMENT: <x402-payment-token>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The purpose of the specific Stripe customers endpoint is unclear without making a paid call.

Warnings

  • No OpenAPI or schema documentation available — endpoint behavior must be discovered empirically
  • All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
  • The exact input expected by POST and the response format are completely undocumented
  • The endpoint path references a specific Stripe customer ID (8), which may indicate a demo or placeholder resource

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 10:17:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-25

Agent access