x402-gated Stripe invoice endpoint on Base, paying $0.02 in USDC per request.
What it does
This endpoint at lowpaymentfee.com provides access to a Stripe invoice resource (invoice ID 32) behind an x402 paywall. It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/invoices/32` is labeled "Premium API Access" by the provider. The x402 challenge confirms it accepts POST requests, requires an exact payment of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02), and responds with `application/json`. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a 300-second timeout.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI spec, no request/response schema beyond the x402 output schema stub, and no description of what data the invoice endpoint actually returns. The platform advertises no API keys, no rate limits, and instant access, but the actual functionality of this particular endpoint is unclear from available materials.
Capabilities
Use cases
- —Retrieving Stripe invoice data via a single micropayment without API key registration
- —Programmatic access to invoice #32 for automated billing workflows
- —Agent-driven payment-gated API consumption on Base L2
Fit
Best for
- —Developers wanting keyless, pay-per-call 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
- —Bulk invoice processing requiring high throughput (no documented batch support)
- —Users needing detailed API documentation or guaranteed SLAs
- —Non-crypto users who cannot settle USDC payments on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/32 \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, and all documentation pages render only 'Connect wallet' with no useful content. The purpose of this specific invoice endpoint is ambiguous.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No request body schema or response schema documented
- —The specific purpose of /api/v1/stripe/invoices/32 ('Premium API Access') is unclear — it may be a demo or placeholder
- —No OpenAPI or ai-plugin manifest found
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/32
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/32
- —Docs, pricing, API, and README pages render only 'Connect wallet'https://lowpaymentfee.com/docs