x402-gated Stripe invoice endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com exposes a specific Stripe invoice resource (`/api/v1/stripe/invoices/172`) behind an x402 paywall. It accepts POST requests and returns JSON. 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 broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services—all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, the specific endpoint being listed here (`/api/v1/stripe/invoices/172`) appears to be a Stripe invoice retrieval or interaction endpoint, which is distinct from the general catalog categories. The exact request body schema and response format are not documented in the crawled material.
The endpoint is live: it returns a well-formed x402 version 1 challenge with a 402 status code. Documentation pages (/docs, /pricing, /api, /README) all resolve but contain only a "Connect wallet" prompt with no substantive content, so the actual request/response contract for this endpoint remains unknown.
Capabilities
Use cases
- —Retrieving or interacting with a specific Stripe invoice programmatically
- —Demonstrating x402 payment-gated API access on Base
- —Integrating pay-per-call invoice data into agent workflows
Fit
Best for
- —Agents or services that need on-demand Stripe invoice data without API key management
- —Developers experimenting with x402 payment protocol on Base
- —Micropayment-gated access to financial documents
Not for
- —Bulk invoice processing requiring thousands of calls (no documented rate limits but cost adds up)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/172 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation of request/response schemas, no OpenAPI spec, and all doc pages are empty stubs. The specific purpose of this Stripe invoice endpoint is unclear beyond its URL path.
Warnings
- —No request or response schema documented; input/output format is unknown.
- —All documentation pages (/docs, /pricing, /api, /README) return only 'Connect wallet' with no content.
- —The endpoint path references a specific Stripe invoice ID (172), which may be a demo or placeholder resource.
- —The relationship between this Stripe invoice endpoint and the advertised API catalog categories is unclear.
Citations
- —Endpoint returns x402 version 1 challenge with maxAmountRequired of 20000 USDC base units on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/172
- —Platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/172