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 challenge. The specific resource path (`/api/v1/stripe/invoices/56`) suggests it returns or processes a Stripe invoice record (invoice ID 56). Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 (USDC uses 6 decimals). The endpoint accepts HTTP POST requests and returns application/json.
The parent site lowpaymentfee.com hosts a broader catalog of x402-gated APIs spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation) — all advertised at $0.02 per request with no API keys, no rate limits, and no commitments. However, the docs, pricing, and API pages are essentially empty (showing only a "Connect wallet" prompt), so there is no detailed documentation for any of these endpoints, including this one.
Because this specific endpoint's purpose (Stripe invoice retrieval or processing) is only inferred from the URL path and the generic "Premium API Access" description, the actual request body schema and response format are unknown. The x402 challenge is live and well-formed, confirming the endpoint is operational and accepting payment-gated requests.
Capabilities
Use cases
- —Retrieving or processing a specific Stripe invoice via a crypto-gated API call
- —Demonstrating x402 payment protocol integration with USDC on Base
- —Agents autonomously paying for invoice data without API keys
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need keyless, pay-per-call access to invoice data
- —Projects already using USDC on Base network
Not for
- —Production invoice management requiring documented schemas and SLAs
- —Users who need detailed API documentation before integrating
- —High-volume batch invoice processing (no documented rate limits but no guarantees either)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/56 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint works and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no request/response schema, no examples, and the endpoint's actual functionality is only inferred from the URL path. The docs pages are empty.
Warnings
- —No API documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —Request body schema and response format are completely unknown
- —Endpoint purpose inferred solely from URL path '/api/v1/stripe/invoices/56'; actual behavior unverified
- —No OpenAPI spec or output schema provided beyond minimal input metadata
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/56
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/56
- —All APIs on the site are advertised at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The site hosts APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com
- —Docs, pricing, and API pages show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs