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. The specific path `/api/v1/stripe/invoices/20` suggests a Stripe invoice-related resource, though the exact response payload is not documented. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a max amount of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals).
The provider's landing page advertises a broad catalog of x402-gated APIs spanning data & analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation) — all at the same $0.02/request price point. The site emphasizes no API keys, no rate limits, and instant access. However, documentation pages beyond the landing page returned only a "Connect wallet" prompt with no substantive content.
Because there is no OpenAPI schema, no request/response examples, and no documentation describing what this specific invoice endpoint accepts or returns, the actual functionality remains unclear. The x402 challenge is live and well-formed, confirming the endpoint is operational and accepting payment via the x402 protocol. The POST method is specified in the outputSchema. Agents should be aware that the lack of input/output documentation makes integration speculative.
Capabilities
Use cases
- —Programmatically accessing Stripe invoice data via x402 micropayment
- —Integrating pay-per-request invoice lookups into agent workflows
- —Demonstrating x402 protocol payment flows on Base network
Fit
Best for
- —Agents needing x402-compatible invoice endpoints on Base
- —Developers exploring x402 protocol integrations
- —Low-cost per-request API access without API key management
Not for
- —Production invoice workflows requiring documented schemas and SLAs
- —Use cases needing detailed Stripe invoice manipulation (create, update, void)
- —Applications requiring guaranteed uptime and rate limit transparency
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/20 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint is operational. However, there is no OpenAPI schema, no request/response documentation, and all doc pages return only 'Connect wallet' with no content. The actual functionality of the /stripe/invoices/20 path is undocumented, making this effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —All documentation pages (docs, api, pricing, README) return only 'Connect wallet' with no substantive content
- —Exact request body format and response structure are unknown
- —The specific purpose of /api/v1/stripe/invoices/20 is not explained anywhere in the crawled material
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/20
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/20
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs