x402basequality 0.30

x402-gated Stripe invoice endpoint on Base, pay-per-call with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 payment challenge. The specific resource path (`/api/v1/stripe/invoices/135`) suggests it returns or processes a Stripe invoice record. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). The endpoint accepts HTTP POST and returns application/json.

lowpaymentfee.com is a broader platform offering multiple x402-gated API categories including data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are advertised at $0.02 per request with no API keys, no rate limits, and no minimum commitments. Payments settle on the Base L2 network.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available. The specific behavior of the `/stripe/invoices/135` endpoint (whether it retrieves an existing invoice, creates one, or performs some other operation) is not documented and must be inferred from the path alone.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-invoicespay-per-requestjson-responsehttp-post

Use cases

  • Retrieving or processing Stripe invoice data via a single pay-per-call request
  • Integrating x402 payment-gated invoice access into agent workflows
  • Accessing financial data endpoints without API key registration

Fit

Best for

  • Agents that can settle x402 payments in USDC on Base
  • Developers wanting keyless, pay-per-use API access
  • Quick one-off invoice data retrieval without subscription commitments

Not for

  • Users needing detailed API documentation or OpenAPI specs before integration
  • High-volume batch invoice processing where per-call pricing adds up
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/135 \
  -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 request/response schema, no examples, and the specific purpose of this invoice endpoint is unclear. The docs pages are empty beyond a wallet-connect prompt.

Warnings

  • No OpenAPI spec or request/response schema available
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no technical content
  • The specific behavior of /api/v1/stripe/invoices/135 is undocumented — unclear whether it retrieves, creates, or modifies an invoice
  • No example requests or responses available to verify endpoint functionality

Citations

Provenance

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

Agent access