x402basequality 0.30

x402-gated Stripe invoice endpoint on Base, paying $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a Stripe invoice resource (invoice ID 125) behind an x402 paywall. The site operates a collection of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per call, settled in USDC on the Base network. No API keys or rate limits are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The specific endpoint `/api/v1/stripe/invoices/125` is listed under the title "Premium API Access" and accepts HTTP POST requests. The x402 challenge confirms the endpoint is live, requesting up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.

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 spec, no request/response schema documentation, and no examples of what the invoice endpoint actually returns. The endpoint's exact functionality (whether it retrieves a Stripe invoice, creates one, or proxies some other action) cannot be confirmed from available materials.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-invoicepay-per-requestno-api-keyhttp-post

Use cases

  • Retrieving or interacting with Stripe invoice data via a crypto-settled paywall
  • Programmatic access to invoice information without traditional API key management
  • Agent-driven payment and data retrieval in a single HTTP round-trip

Fit

Best for

  • Developers wanting keyless, pay-per-use access to invoice data
  • AI agents that can settle x402 payments on Base in USDC
  • Prototyping crypto-gated API access patterns

Not for

  • Users needing detailed API documentation or guaranteed SLAs
  • High-volume invoice processing where $0.02/request adds up significantly
  • Anyone who needs to understand the full response schema before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge is live and confirms pricing and network details, but there is zero documentation on what this endpoint actually does or returns. No OpenAPI spec, no request/response examples, and all doc pages render only a wallet-connect prompt. The endpoint's purpose ('Premium API Access' for a Stripe invoice) is vague.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request body or response format
  • Exact functionality of /api/v1/stripe/invoices/125 is unclear — could be read, create, or proxy
  • No examples of successful responses available

Citations

Provenance

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

Agent access