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 provides access to a specific Stripe customer resource (customer ID 196) behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 0.02 USDC per request (20,000 base units at 6 decimals).

The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and no commitments — payment is handled entirely via the x402 protocol on the Base L2 network.

However, this specific endpoint (/api/v1/stripe/customers/196) appears to expose Stripe customer data, which is unusual for a public pay-per-call API. There is no documentation explaining what fields are returned, what input the POST body expects, or why a specific customer ID is hardcoded in the path. The docs, pricing, and API pages on the site all render only a "Connect wallet" prompt with no substantive content. The endpoint is live (returns a valid 402 challenge), but the lack of schema, documentation, or clear use-case context is a significant gap.

Capabilities

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

Use cases

  • Retrieving Stripe customer information via a pay-per-call model
  • Programmatic access to customer records without managing API keys
  • Agent-driven lookups of customer data settled in USDC on Base

Fit

Best for

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

Not for

  • Production Stripe integrations where you already have direct Stripe API access
  • Use cases requiring documented input/output schemas before integration
  • High-volume batch retrieval where per-call pricing is inefficient

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no input/output schema, and no explanation of what data is returned. The specific resource path (a hardcoded Stripe customer ID) raises questions about the endpoint's intended audience and data sensitivity. Docs pages are empty beyond a wallet-connect prompt.

Warnings

  • No input or output schema documented — unknown what POST body is expected or what response fields are returned
  • Endpoint exposes a specific Stripe customer ID (196) which may involve sensitive PII — data handling and privacy implications are unclear
  • All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no substantive content
  • The broader platform lists many API categories (AI, analytics, finance, utilities) but none have visible documentation or schemas

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 09:54:14Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access