x402-gated Stripe invoice endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. It is part of a broader platform offering pay-per-request APIs across categories including data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific endpoint `/api/v1/stripe/invoices/140` appears to be related to Stripe invoice data, though the exact response payload is not documented.
Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum cost of $0.02 per request (20000 base units at 6 decimals). The platform advertises no API keys, no rate limits, and instant access — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The endpoint accepts POST requests and returns application/json.
Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response bodies, and no description of what data the invoices endpoint actually returns.
Capabilities
Use cases
- —Retrieving Stripe invoice data without traditional API key management
- —Programmatic access to invoice information via crypto micropayment
- —Agent-driven financial data retrieval with per-call settlement
Fit
Best for
- —Developers wanting keyless API access paid per request
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed documentation or guaranteed SLAs
- —High-volume batch processing where per-call fees add up
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/140 \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear, but there is no documentation, no OpenAPI spec, no example request/response, and the actual functionality of the invoices endpoint is undocumented. Effectively a stub listing.
Warnings
- —No OpenAPI spec or schema available
- —Documentation pages (/docs, /pricing, /README) render only 'Connect wallet' with no content
- —Exact request body format and response payload are unknown
- —The purpose of '/api/v1/stripe/invoices/140' is unclear — it may be a demo or placeholder endpoint
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base network at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/stripe/invoices/140
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/140