x402-gated Stripe invoice endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com exposes a Stripe invoice resource (`/api/v1/stripe/invoices/49`) behind an x402 paywall. It is part of a broader platform that offers dozens of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all settled on the Base network using USDC.
The specific endpoint listed here is labeled "Premium API Access" and costs $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is made via the x402 exact scheme: callers include an X-PAYMENT header with a signed USDC transfer to the provider's address on Base. No API keys, rate limits, or upfront commitments are required — each call is independently paid.
The platform's documentation pages (`/docs`, `/pricing`, `/api`, `/README`) all resolve but render only a "Connect wallet" prompt, so there is no publicly available technical documentation describing request/response schemas, required POST body fields, or example outputs for this invoice endpoint. The x402 challenge confirms the endpoint is live and accepting POST requests, but the actual behavior and returned data structure remain undocumented in the crawled material.
Capabilities
Use cases
- —Programmatically retrieving or interacting with a Stripe invoice via a crypto-paid API call
- —Integrating invoice data into an agent workflow without traditional API key provisioning
- —Demonstrating x402 payment protocol integration with a real endpoint
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents that need keyless, pay-per-call access to invoice data
- —Projects requiring USDC-settled API calls without subscriptions
Not for
- —Users who need detailed API documentation before integrating
- —High-volume invoice processing where per-call fees add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/invoices/49 \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is zero documentation on request/response schemas, required POST body, or what data the endpoint actually returns. All doc pages render only a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No API documentation available — all doc pages render only 'Connect wallet'
- —Request body schema for the POST is unknown; no examples provided by the provider
- —Response schema and content type are undocumented
- —The specific purpose of '/api/v1/stripe/invoices/49' (a hardcoded invoice ID) is unclear — it may be a demo or placeholder
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/invoices/49
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/invoices/49
- —Documentation, pricing, API, and README pages all render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs