x402basequality 0.35

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/56`) suggests it returns or processes a Stripe invoice record (invoice ID 56). 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 equals $0.02 (USDC uses 6 decimals). The endpoint accepts HTTP POST requests and returns application/json.

The parent site lowpaymentfee.com hosts a broader catalog of x402-gated 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 advertised at $0.02 per request with no API keys, no rate limits, and no commitments. However, the docs, pricing, and API pages are essentially empty (showing only a "Connect wallet" prompt), so there is no detailed documentation for any of these endpoints, including this one.

Because this specific endpoint's purpose (Stripe invoice retrieval or processing) is only inferred from the URL path and the generic "Premium API Access" description, the actual request body schema and response format are unknown. The x402 challenge is live and well-formed, confirming the endpoint is operational and accepting payment-gated requests.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-invoicepay-per-calljson-responsehttp-post

Use cases

  • Retrieving or processing a specific Stripe invoice via a crypto-gated API call
  • Demonstrating x402 payment protocol integration with USDC on Base
  • Agents autonomously paying for invoice data without API keys

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need keyless, pay-per-call access to invoice data
  • Projects already using USDC on Base network

Not for

  • Production invoice management requiring documented schemas and SLAs
  • Users who need detailed API documentation before integrating
  • High-volume batch invoice processing (no documented rate limits but no guarantees either)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/56 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint works and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no request/response schema, no examples, and the endpoint's actual functionality is only inferred from the URL path. The docs pages are empty.

Warnings

  • No API documentation available — docs, pricing, and API pages all show only 'Connect wallet'
  • Request body schema and response format are completely unknown
  • Endpoint purpose inferred solely from URL path '/api/v1/stripe/invoices/56'; actual behavior unverified
  • No OpenAPI spec or output schema provided beyond minimal input metadata

Citations

Provenance

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

Agent access