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 payment wall. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/charges/95` appears to be in the Stripe charges category, though the platform's landing page does not list it among the publicly advertised APIs. The x402 challenge confirms it is live and accepts POST requests. Payment is via the "exact" scheme: the caller must attach an X-PAYMENT header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals) to the payTo address on Base. No API keys or rate limits are advertised; access is purely payment-gated.
Documentation is extremely thin — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema beyond the x402 outputSchema stub, and no description of what the endpoint actually returns. The endpoint name suggests it may relate to Stripe payment/charge data, but this is speculative. Prospective users should test with a small payment to discover the actual response format.
Capabilities
Use cases
- —Accessing Stripe charge data or triggering charge-related operations via a single paid API call
- —Integrating pay-per-request APIs into agent workflows without API key management
- —Programmatic access to premium endpoints settled in USDC on Base
Fit
Best for
- —Developers or agents who want keyless, pay-per-call API access
- —Users comfortable with x402 payment protocol on Base
- —Scenarios requiring low-cost ($0.02) individual API calls without subscriptions
Not for
- —Users who need detailed API documentation or response schemas before committing
- —High-volume use cases where per-request pricing may add up versus a subscription
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/95 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation, no request/response examples, and the specific purpose of this endpoint is unclear. The docs pages are empty beyond a wallet-connect prompt.
Warnings
- —No OpenAPI or schema documentation available — actual request body and response format are unknown
- —The endpoint /api/v1/stripe/charges/95 is not listed among the publicly advertised APIs on the landing page
- —All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
- —The exact function of this endpoint (Stripe charge data retrieval vs. charge creation vs. something else) is unverified
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC (asset 0x8335…) on Base, equating to $0.02https://lowpaymentfee.com/api/v1/stripe/charges/95
- —The platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages render only a 'Connect wallet' prompt with no further contenthttps://lowpaymentfee.com/docs