x402basequality 0.30

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com exposes a Stripe customer resource (`/api/v1/stripe/customers/40`) behind an x402 paywall. It accepts POST requests and settles payments in USDC on the Base network. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0.02 USD per request, since USDC uses 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform lists a variety of API categories including data & analytics, AI & machine learning (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are uniformly priced at $0.02 per request. However, the specific endpoint being listed here (`/api/v1/stripe/customers/40`) appears to be a Stripe customer data resource, which is not prominently featured in the site's public API catalog.

Documentation is extremely sparse. The /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what the endpoint actually returns. The exact purpose of accessing Stripe customer ID 40 is unclear — it may return customer metadata or perform some customer-related operation. Callers should be aware that the actual behavior and response format are undocumented.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-customer-dataper-call-pricingno-api-key

Use cases

  • Retrieving Stripe customer information via a pay-per-call model
  • Programmatic access to customer data without managing API keys
  • Agent-driven workflows that need Stripe customer lookups settled in crypto

Fit

Best for

  • Developers wanting keyless, pay-per-request access to Stripe customer data
  • AI agents that can settle x402 payments in USDC on Base
  • Prototyping integrations where traditional Stripe API key management is undesirable

Not for

  • Production Stripe integrations requiring full CRUD on customer objects (use Stripe's native API)
  • Users who need detailed documentation or guaranteed SLAs
  • Bulk or high-volume customer data retrieval where per-call costs add up

Quick start

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

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 zero documentation on request parameters, response schema, or what this specific Stripe customer endpoint actually does. No OpenAPI spec, no examples, and the docs pages are empty.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet'
  • No OpenAPI or schema definition for request or response
  • The specific endpoint /api/v1/stripe/customers/40 is not listed in the site's public API catalog — its purpose is unclear
  • Accessing third-party Stripe customer data raises potential data privacy concerns
  • Response format and fields are completely unknown

Citations

Provenance

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

Agent access