x402-gated Stripe invoice endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com exposes a Stripe invoice resource (`/api/v1/stripe/invoices/63`) behind an x402 payment wall. When called without payment, it returns a 402 challenge requesting USDC on the Base network. The specific resource appears to be a single Stripe invoice lookup or action, though the exact response payload is undocumented.
The parent site lowpaymentfee.com advertises a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance/crypto market data, and utility services. All endpoints are listed at $0.02 per request with no API keys, no rate limits, and settlement on Base. This particular endpoint's x402 challenge specifies a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 — consistent with the site's uniform pricing.
Documentation 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, and no usage examples available from the crawl. The endpoint is live and returns a well-formed x402 challenge, but without documentation it is unclear what POST body is expected or what the response contains beyond the stated MIME type of application/json.
Capabilities
Use cases
- —Retrieving or interacting with a Stripe invoice via a crypto-settled pay-per-call interface
- —Programmatic invoice access without traditional API key provisioning
- —Agent-driven payment workflows that settle in USDC on Base
Fit
Best for
- —Developers or agents that already hold USDC on Base and want keyless API access
- —Scenarios requiring one-off invoice lookups without subscription commitments
- —Exploring x402 protocol integrations with Stripe-backed resources
Not for
- —Production use requiring documented request/response schemas and SLAs
- —Users who need bulk invoice management or Stripe dashboard-level functionality
- —Anyone without a Base-compatible wallet or USDC balance
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/63
# Returns 402 with x402 challenge; attach X-PAYMENT header with valid payment proof to access the resource.Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base), but there is zero documentation on request format, expected POST body, or response schema. The /docs and related pages are empty. The specific purpose of this Stripe invoice endpoint is unclear.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README all render only a wallet connect prompt
- —No OpenAPI spec or request/response schema provided
- —The exact purpose and expected input for this Stripe invoice endpoint is undocumented
- —Cannot verify what data or action this endpoint actually returns/performs
Citations
- —The endpoint returns a 402 challenge requesting 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/63
- —The site advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/63
- —The site lists APIs across data analytics, AI/ML, finance/crypto, and infrastructure categorieshttps://lowpaymentfee.com