x402-gated Stripe invoice endpoint on Base, paying per-call in USDC.
What it does
This endpoint at lowpaymentfee.com exposes a specific Stripe invoice resource (`/api/v1/stripe/invoices/156`) behind an x402 paywall. The provider's site advertises a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all settled on the Base network using USDC via the x402 protocol. The specific endpoint listed here appears to be a Stripe invoice retrieval or interaction resource, though no detailed documentation or request/response schema is available beyond the x402 challenge.
The x402 challenge confirms the endpoint is live, accepting POST requests, and requires a maximum payment of 20,000 base units of USDC (0x8335…on Base). Since USDC uses 6 decimals, this translates to $0.02 per request — consistent with the site's advertised flat pricing of $0.02/request across all endpoints. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. No API keys or rate limits are advertised; access is purely payment-gated.
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 beyond the x402 outputSchema stub, and no explanation of what data this particular invoice endpoint returns or what POST body it expects. The endpoint's purpose (Stripe invoice access) is inferred solely from the URL path.
Capabilities
Use cases
- —Retrieving or interacting with a specific Stripe invoice via a crypto-settled paywall
- —Programmatic invoice access without traditional API key registration
- —Agent-driven payment-gated API consumption on Base L2
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —Agents that can settle USDC payments on Base for per-call access
- —Users who want keyless, pay-as-you-go API access
Not for
- —Production use requiring documented request/response contracts
- —Users needing detailed Stripe invoice management features with full documentation
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/156 \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the purpose of this specific Stripe invoice endpoint is entirely inferred from the URL path. Docs pages return only wallet-connect prompts.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content
- —No OpenAPI spec or request/response schema provided
- —The purpose of this specific endpoint (Stripe invoice 156) is unclear — inferred only from URL path
- —No examples of expected POST body or response format
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base network with 300-second timeouthttps://lowpaymentfee.com/api/v1/stripe/invoices/156
- —The site advertises $0.02/request flat pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/156