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/113`) behind an x402 payment wall. The provider operates a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all settled on the Base network using USDC via the x402 protocol.
The specific endpoint listed here is described only as "Premium API Access" and returns invoice-related data in JSON format when called via POST with a valid X-PAYMENT header. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0.02 USD per request, since USDC uses 6 decimals). This matches the provider's stated flat pricing of $0.02 per request across all endpoints. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base mainnet.
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 schema, no request/response examples, and no description of what the invoice endpoint actually returns or what parameters it accepts. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Retrieving Stripe invoice data via a crypto-settled micropayment
- —Programmatic access to invoice #113 without traditional API keys
- —Agent-driven payment-gated data retrieval on Base
Fit
Best for
- —Developers exploring x402 payment protocol integrations
- —Agents that can settle USDC payments on Base for per-call API access
- —Use cases requiring keyless, pay-as-you-go API access
Not for
- —Users needing detailed API documentation or schema before integrating
- —Bulk invoice retrieval or batch operations (single invoice endpoint)
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/113 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02/request in USDC on Base). However, documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI schema, no request/response examples, and no description of what the endpoint actually returns or accepts. The endpoint path suggests Stripe invoice data but this is unverified.
Warnings
- —Documentation pages (docs, API, pricing, README) all render only 'Connect wallet' with no usable content
- —No OpenAPI or input/output schema available — request parameters and response format are unknown
- —The endpoint path references a specific invoice ID (113); unclear if this is parameterized or fixed
- —Provider platform lists many endpoints but this specific one (/stripe/invoices/113) is not listed on the homepage
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/invoices/113
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/113
- —Provider advertises $0.02 per request flat pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —Documentation, API, pricing, and README pages all show only 'Connect wallet'https://lowpaymentfee.com/docs