x402basequality 0.30

Pay-per-call Stripe customer data endpoint on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com provides access to Stripe customer data (specifically customer ID 1) via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact-payment scheme. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD per request.

The provider's landing page advertises a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation) — all priced at $0.02 per request. However, this specific endpoint targets Stripe customer data retrieval. No API keys or rate limits are advertised; access is gated purely by the x402 payment challenge.

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 schema, no request/response examples, and no detailed description of what the endpoint returns. The endpoint is confirmed live (returns a proper 402 challenge), but the actual behavior and response format remain unknown.

Capabilities

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

Use cases

  • Retrieving Stripe customer information without traditional API key management
  • Programmatic access to customer billing data with per-call crypto payment
  • Agent-driven workflows that need Stripe customer records on demand

Fit

Best for

  • Developers who want 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 that need full CRUD on customers, subscriptions, and invoices
  • Users who need detailed API documentation or guaranteed SLAs
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/1 \
  -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 documentation is effectively nonexistent — every doc page shows only 'Connect wallet'. There is no OpenAPI schema, no request/response examples, and no explanation of what data the endpoint actually returns. The specific endpoint path (/stripe/customers/1) is not even listed on the landing page catalog.

Warnings

  • Documentation pages (/docs, /api, /pricing, /README) contain no substantive content — only a 'Connect wallet' prompt.
  • No OpenAPI or JSON schema available; request and response formats are completely unknown.
  • This specific endpoint (/api/v1/stripe/customers/1) is not listed in the provider's advertised API catalog on the landing page.
  • The hardcoded customer ID '1' in the URL suggests this may be a demo or placeholder endpoint rather than a general-purpose API.
  • No information on data freshness, uptime guarantees, or error handling.

Citations

Provenance

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

Agent access