x402-gated Stripe invoice endpoint on Base, pay-per-call with USDC.
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/158`) suggests it returns or processes a Stripe invoice record (invoice #158). 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 at 6 decimals equals $0.02 USD per request.
The broader lowpaymentfee.com platform advertises a suite of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific listing covers only the `/api/v1/stripe/invoices/158` endpoint, whose exact response payload is undocumented. The endpoint accepts POST requests and returns `application/json`.
Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's `outputSchema` stub, and no examples of what the invoice endpoint actually returns. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to know what data or functionality it provides beyond the generic "Premium API Access" label.
Capabilities
Use cases
- —Retrieving or processing a specific Stripe invoice via a crypto-settled pay-per-call model
- —Demonstrating x402 payment protocol integration with USDC on Base
- —Agent-driven invoice access without traditional API key authentication
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that can settle USDC payments on Base L2
- —Use cases requiring keyless, pay-per-request invoice access
Not for
- —Production invoice management requiring documented schemas and SLAs
- —Users who need traditional API key or OAuth authentication
- —Bulk invoice retrieval or batch processing (single invoice endpoint)
Quick start
# The endpoint requires an X-PAYMENT header with a valid x402 payment proof.
# Without payment, it returns a 402 challenge.
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/158 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <your-x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no request/response schema, no examples, and the purpose of the specific invoice endpoint is unclear. The docs pages are empty beyond a wallet connect prompt.
Warnings
- —No OpenAPI spec or request/response schema available
- —Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no content
- —The specific functionality of /api/v1/stripe/invoices/158 is undocumented — unclear what data it returns
- —Single hardcoded invoice ID (158) in the path suggests this may be a demo or test endpoint
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/158
- —USDC contract address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/158
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com