x402basequality 0.30

x402-gated Stripe invoice 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 Stripe invoice resource (`/api/v1/stripe/invoices/83`) behind an x402 paywall. When called without payment, it returns a 402 challenge requesting USDC on the Base network. The challenge specifies a maximum amount of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals), consistent with the site-wide $0.02/request pricing advertised on the landing page.

The broader lowpaymentfee.com platform advertises multiple API categories — data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all at the same $0.02 per request price point. However, this specific listing is for the Stripe invoices endpoint (resource ID 83). The x402 challenge indicates the payment scheme is "exact" (one-shot per call), the asset is USDC at contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base, and the timeout is 300 seconds.

Documentation is extremely sparse: the /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema, and no description of what the invoice endpoint actually returns. The endpoint is live (402 challenge confirmed), but without documentation it is unclear what data or functionality the response provides beyond the generic label "Premium API Access."

Capabilities

x402-paymentusdc-basestripe-invoicesper-request-billingno-api-key

Use cases

  • Retrieving Stripe invoice data via a pay-per-call model without API keys
  • Agent-initiated invoice lookups settled in USDC on Base
  • Programmatic access to invoice records with micropayment gating

Fit

Best for

  • Agents or scripts that need one-off invoice data without subscription overhead
  • Developers experimenting with x402 payment flows
  • Use cases where no-API-key, pay-per-request access is preferred

Not for

  • Bulk invoice processing requiring thousands of calls (no documented rate limits but cost adds up)
  • Users who need detailed API documentation or guaranteed SLAs
  • Non-crypto users who cannot pay in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/83 \
  -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 and returns a valid x402 challenge, but documentation is effectively nonexistent — every doc page returns only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no explanation of what the endpoint actually returns. The listing is a stub with confirmed liveness.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all return only 'Connect wallet'
  • No OpenAPI or output schema provided; response format is unknown
  • The specific resource '/api/v1/stripe/invoices/83' is not listed on the landing page's API catalog, raising questions about its intended use
  • Purpose of 'Premium API Access' label is unclear without further context

Citations

Provenance

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

Agent access