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/17`) behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 0.02 USDC per request (20,000 base units at 6 decimals). No API keys or rate limits are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and utility services—all priced at $0.02 per request. However, this specific listing covers only the Stripe invoices endpoint. The site's documentation, pricing, and API reference pages appear to be behind a wallet-connect gate and contain no additional detail beyond the landing page.
Because the endpoint path references a Stripe invoice by ID, it likely returns invoice metadata or triggers an invoice-related action. The exact request body schema and response format are not documented in any crawled material, so callers should experiment or contact the provider for specifics.
Capabilities
Use cases
- —Retrieving or acting on a Stripe invoice programmatically via a crypto-paid API
- —Demonstrating x402 payment flows for agent-to-agent commerce
- —Integrating invoice data into automated financial workflows without traditional API keys
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents that need on-demand invoice access without subscription commitments
- —Crypto-native applications that prefer USDC micropayments over traditional billing
Not for
- —Users who need bulk invoice management across many Stripe accounts
- —Anyone requiring detailed API documentation or guaranteed SLAs before integrating
- —Non-crypto users who cannot produce an x402 payment header
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/17 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation of request/response schemas, no OpenAPI spec, and the docs/pricing/API pages are all gated behind wallet-connect with no useful content. The purpose of this specific invoice endpoint is unclear.
Warnings
- —No request or response schema documented; callers must guess the expected POST body
- —All documentation pages (docs, api, pricing, README) return only a wallet-connect prompt with no content
- —The endpoint references a specific Stripe invoice ID (17), which may be a demo or placeholder resource
- —No OpenAPI spec or ai-plugin manifest available
Citations
- —The endpoint returns a 402 challenge requesting USDC payment on Base with maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/stripe/invoices/17
- —The platform advertises $0.02 per request pricing 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/17