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/13`) behind an x402 payment wall. When called without payment, it returns a 402 challenge requesting USDC on the Base network. The price per request is 20,000 base units of USDC (6 decimals), which equals $0.02 USD per call. Payment is sent to the on-chain address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the USDC contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base.
The parent site lowpaymentfee.com advertises a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific endpoint (`/api/v1/stripe/invoices/13`) is labeled "Premium API Access" and its exact response payload is undocumented. No OpenAPI schema, request body specification, or example responses were found in the crawl. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content.
Because the endpoint path references a Stripe invoice by ID, it likely returns invoice data or triggers an invoice-related action, but the precise functionality cannot be confirmed from available materials. Agents should treat this as a single-shot POST endpoint that returns `application/json` after a valid x402 USDC payment on Base.
Capabilities
Use cases
- —Retrieving or interacting with a specific Stripe invoice via a crypto-paid API call
- —Programmatic invoice access without traditional API key authentication
- —Agent-driven payment workflows that settle in USDC on Base
Fit
Best for
- —Agents that can settle x402 payments in USDC on Base
- —Developers exploring pay-per-call API patterns without subscription overhead
- —Automated workflows needing Stripe invoice data without managing API keys
Not for
- —Users who need detailed documentation or guaranteed SLAs before calling
- —High-volume batch invoice retrieval where per-call costs add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/13
# Returns 402 with x402 challenge. Include X-PAYMENT header with valid USDC payment proof on Base to access the resource.Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation of the request body, response schema, or what 'Premium API Access' actually returns. The docs pages are empty stubs. The specific functionality of this Stripe invoice endpoint is unclear.
Warnings
- —No OpenAPI schema or request/response documentation available
- —Docs, pricing, and API pages return only 'Connect wallet' with no content
- —The exact behavior and response payload of /api/v1/stripe/invoices/13 is undocumented
- —Endpoint path suggests access to a specific Stripe invoice but this is unverified
Citations
- —The endpoint returns a 402 challenge requesting 20,000 base units of USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)https://lowpaymentfee.com/api/v1/stripe/invoices/13
- —The site advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The parent site lists APIs across data analytics, AI/ML, finance/crypto, and infrastructure categorieshttps://lowpaymentfee.com