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/116`) 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, this specific listing is for the Stripe customers endpoint, whose exact response payload is not documented. The endpoint path suggests it returns information about a particular Stripe customer record (ID 116).

Documentation on the site is extremely thin — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no example request/response, and no description of the input or output schema beyond the x402 challenge metadata. The endpoint is confirmed live (HTTP 402 challenge returned successfully).

Capabilities

x402-paymentusdc-settlementbase-networkstripe-customer-datapay-per-callno-api-key

Use cases

  • Retrieving Stripe customer information via a per-call micropayment model
  • Programmatic access to customer billing data without traditional API key management
  • Agent-driven workflows that need on-demand Stripe customer lookups

Fit

Best for

  • Developers wanting keyless, pay-as-you-go access to Stripe customer data
  • AI agents that can settle x402 payments on Base in USDC
  • Prototyping integrations where traditional Stripe API key provisioning is impractical

Not for

  • Production Stripe integrations where you already have direct Stripe API access
  • Bulk retrieval of many customer records (single-resource endpoint, $0.02 each)
  • Users who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/116 \
  -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 confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI spec, no example request/response, and the purpose of exposing a single Stripe customer record behind a paywall is unclear. The rest of the site's docs pages are empty stubs.

Warnings

  • No OpenAPI spec or schema documentation available
  • No example request or response bodies documented
  • The endpoint exposes a specific Stripe customer record (ID 116) — unclear what data is returned or who this is useful for
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • Input schema and output schema are not described beyond the x402 challenge metadata

Citations

Provenance

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

Agent access