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 wall. When called without payment, it returns a 402 challenge requesting USDC on the Base network. The specific resource path (`/api/v1/stripe/invoices/65`) suggests it relates to Stripe invoice data, though no documentation beyond the generic title "Premium API Access" is available for this particular endpoint.
The parent site lowpaymentfee.com hosts a collection of pay-per-request APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services. All endpoints use the x402 protocol for payment, settling in USDC on the Base L2 network. The site advertises $0.02 per request across its catalog, with no API keys, no rate limits, and instant access. This specific endpoint's x402 challenge indicates a max amount of 20,000 base units of USDC (6 decimals), which equals $0.02 — consistent with the site-wide pricing.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what this particular invoice endpoint returns or what input it expects. The endpoint accepts POST requests and returns application/json according to the x402 challenge metadata.
Capabilities
Use cases
- —Retrieving Stripe invoice data via a single pay-per-call request
- —Programmatic access to invoice information without API key management
- —Agent-driven invoice lookups settled in USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use access to invoice data
- —AI agents that can settle x402 payments in USDC on Base
- —Quick one-off invoice lookups without subscription commitments
Not for
- —Users needing detailed API documentation or schema guarantees before integration
- —High-volume invoice processing where per-call pricing adds up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/65 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <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 OpenAPI schema, no request/response examples, no documentation for this specific endpoint, and the docs pages are empty. The purpose of the '/stripe/invoices/65' path is unclear — it could be a demo or a real invoice retrieval endpoint. Effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or schema definition for this endpoint
- —The specific purpose of /api/v1/stripe/invoices/65 is undocumented; 'Premium API Access' is a generic label
- —No request body schema or response examples available
- —Cannot verify what data this endpoint actually returns after payment
Citations
- —The endpoint returns a 402 challenge requesting USDC on Base network with maxAmountRequired of 20000 base units ($0.02)https://lowpaymentfee.com/api/v1/stripe/invoices/65
- —The site advertises $0.02 per request across all endpoints with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/65
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs