x402-gated Stripe charges endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall. The specific path `/api/v1/stripe/charges/50` appears to be part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request.
The endpoint is live and returns a standard x402 challenge (version 1) requesting payment in USDC on the Base network. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is made via the "exact" scheme to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`, with a 300-second timeout. The endpoint accepts HTTP POST requests.
However, the actual functionality behind this specific path (`/stripe/charges/50`) is unclear. It is not listed among the documented APIs on the landing page, which cover analytics, AI, finance, and utility categories. No OpenAPI schema, request/response examples, or detailed documentation were found — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. Without knowing what this endpoint returns upon successful payment, its practical utility is difficult to assess.
Capabilities
Use cases
- —Programmatic Stripe charge creation or retrieval behind a crypto paywall
- —Agent-driven payment processing via x402 protocol
- —Exploring x402 micropayment patterns for API monetization
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents that can settle USDC payments on Base for per-call API access
- —Projects needing low-cost pay-per-request API access without API keys
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —Production systems requiring well-documented request/response schemas
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/50 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no request/response examples, and the specific endpoint path is not listed among the provider's documented APIs. The docs pages are empty beyond a wallet-connect prompt. The actual functionality is unknown.
Warnings
- —The specific path /api/v1/stripe/charges/50 is not listed among the provider's documented API endpoints
- —No documentation, OpenAPI spec, or request/response examples are available
- —All documentation pages (docs, API, pricing, README) render only a 'Connect wallet' prompt with no content
- —The actual response payload after successful payment is unknown
- —The endpoint name suggests Stripe charge operations but this is unverified
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/50
- —The platform lists APIs across data analytics, AI/ML, finance, and utility categories all priced at $0.02 per requesthttps://lowpaymentfee.com
- —The platform advertises no API keys, no rate limits, instant access, and Base network settlementhttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/50