x402-gated Stripe invoice endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe invoice resource. It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance/Web3, and infrastructure utility categories — all gated behind x402 payment challenges settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/invoices/58` is labeled "Premium API Access" and returns an x402 challenge requiring up to 20,000 base units of USDC (0x8335…on Base, 6 decimals), which equals $0.02 per request. Payment is made via the x402 "exact" scheme to the specified payTo address, with a 300-second timeout. The endpoint accepts POST requests and returns application/json.
The platform advertises a uniform $0.02/request pricing model with no API keys, no rate limits, no minimums, and instant access. However, documentation pages (docs, pricing, README) all resolve to minimal "Connect wallet" stubs, so there is no detailed schema, request/response format documentation, or usage examples available. The actual behavior behind this particular invoice endpoint is unclear — it could return Stripe invoice data, trigger an invoice action, or serve as a demo/test endpoint. Without further documentation, the precise functionality must be treated as uncertain.
Capabilities
Use cases
- —Programmatic access to Stripe invoice data via crypto micropayments
- —Agent-driven invoice retrieval without API key management
- —Demonstrating x402 payment protocol integration on Base
Fit
Best for
- —Developers exploring x402 protocol integration
- —Agents needing keyless, pay-per-request API access
- —Projects that want to settle API costs in USDC on Base
Not for
- —Production invoice workflows requiring documented schemas and SLAs
- —Users who need detailed API documentation or SDKs
- —High-volume use cases where per-request crypto settlement adds overhead
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/58 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation pages are all empty stubs ('Connect wallet'). There is no OpenAPI spec, no request/response schema, and no explanation of what the endpoint actually returns. The purpose of 'Premium API Access' at a Stripe invoices path is ambiguous.
Warnings
- —All documentation pages (/docs, /pricing, /README, /api) return only 'Connect wallet' with no actual content
- —No OpenAPI or schema documentation available for any endpoint
- —The specific functionality of /api/v1/stripe/invoices/58 is undocumented — unclear whether it retrieves, creates, or modifies an invoice
- —No example requests or responses available anywhere in crawled material
Citations
- —Endpoint returns x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/58
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/58
- —Documentation pages resolve to minimal 'Connect wallet' stubshttps://lowpaymentfee.com/docs