x402basequality 0.30

x402-gated Stripe customer data endpoint on Base, paid per-call in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com exposes a specific Stripe customer resource (`/api/v1/stripe/customers/197`) behind an x402 paywall. It 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 at 6 decimals equals $0.02 USD.

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, the specific endpoint being listed here (`/stripe/customers/197`) is not featured in the site's public catalog; it appears to be a Stripe customer record lookup rather than one of the advertised general-purpose APIs.

Documentation is extremely sparse. The /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 challenge's `outputSchema` stub, and no examples of what the endpoint actually returns. The endpoint is confirmed live (402 challenge captured), but the actual data payload and required POST body are unknown.

Capabilities

x402-paymentusdc-basestripe-customer-datapay-per-callno-api-key

Use cases

  • Retrieving Stripe customer record #197 via a crypto-paid API call
  • Programmatic access to Stripe customer data without traditional API keys
  • Agent-driven payment-gated data retrieval on Base

Fit

Best for

  • Developers wanting keyless, pay-per-call access to Stripe customer data
  • AI agents that can settle x402 payments in USDC on Base
  • Prototyping crypto-gated API access patterns

Not for

  • Production Stripe integrations (use Stripe's own API with proper auth)
  • Users needing detailed documentation or guaranteed SLAs
  • Bulk data retrieval at scale (no documented batch support)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the specific endpoint (/stripe/customers/197) is not listed in the site's own catalog. Effectively a stub listing.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet'
  • No OpenAPI spec or request/response schema provided
  • This specific endpoint (/stripe/customers/197) is not listed in the site's public API catalog
  • Unknown what POST body is expected or what data is returned
  • Exposing Stripe customer data via a public pay-per-call endpoint raises data privacy concerns

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 10:00:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access