x402-gated Stripe invoice endpoint on Base, paying $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a Stripe invoice resource (invoice ID 125) behind an x402 paywall. The site operates a collection of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per call, settled in USDC on the Base network. No API keys or rate limits are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The specific endpoint `/api/v1/stripe/invoices/125` is listed under the title "Premium API Access" and accepts HTTP POST requests. The x402 challenge confirms the endpoint is live, requesting up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
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 spec, no request/response schema documentation, and no examples of what the invoice endpoint actually returns. The endpoint's exact functionality (whether it retrieves a Stripe invoice, creates one, or proxies some other action) cannot be confirmed from available materials.
Capabilities
Use cases
- —Retrieving or interacting with Stripe invoice data via a crypto-settled paywall
- —Programmatic access to invoice information without traditional API key management
- —Agent-driven payment and data retrieval in a single HTTP round-trip
Fit
Best for
- —Developers wanting keyless, pay-per-use access to invoice data
- —AI agents that can settle x402 payments on Base in USDC
- —Prototyping crypto-gated API access patterns
Not for
- —Users needing detailed API documentation or guaranteed SLAs
- —High-volume invoice processing where $0.02/request adds up significantly
- —Anyone who needs to understand the full response schema before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/125 \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and network details, but there is zero documentation on what this endpoint actually does or returns. No OpenAPI spec, no request/response examples, and all doc pages render only a wallet-connect prompt. The endpoint's purpose ('Premium API Access' for a Stripe invoice) is vague.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or JSON schema describing request body or response format
- —Exact functionality of /api/v1/stripe/invoices/125 is unclear — could be read, create, or proxy
- —No examples of successful responses available
Citations
- —The endpoint returns a 402 x402 challenge requesting up to 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/125
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/125
- —Payment recipient is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with 300-second timeouthttps://lowpaymentfee.com/api/v1/stripe/invoices/125