x402-gated Stripe charges endpoint on Base, paying $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe charges resource. The specific path `/api/v1/stripe/charges/10` appears to be part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.
The x402 challenge confirms the endpoint is live, accepting POST requests, and requires an exact payment of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) to wallet 0x1A2B…85F3. The payment timeout is 300 seconds. No API keys or rate limits are advertised; access is purely payment-gated.
Documentation is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no explanation of what the `/stripe/charges/10` endpoint actually returns or what input it expects. The endpoint's description is simply "Premium API Access," which is uninformative. Without documentation or example payloads, the actual functionality behind this specific route remains unclear.
Capabilities
Use cases
- —Programmatic access to Stripe charge data or creation via x402 micropayment
- —Agent-driven payment workflows that settle per-call in USDC on Base
- —Integrating pay-as-you-go Stripe operations without traditional API key management
Fit
Best for
- —Developers wanting keyless, pay-per-request access to Stripe charge functionality
- —AI agents that can settle x402 payments on Base in USDC
- —Prototyping payment flows without subscription commitments
Not for
- —Users needing detailed API documentation or request/response schemas before integrating
- —High-volume production use cases where per-request pricing at $0.02 may not be cost-effective
- —Anyone requiring non-USDC or non-Base settlement options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/10 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no explanation of what the endpoint actually does. The listing is effectively a stub.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format
- —The specific purpose of /api/v1/stripe/charges/10 is unclear — 'Premium API Access' is not descriptive
- —No examples of successful responses available
Citations
- —Endpoint returns HTTP 402 with x402 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/10
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/charges/10
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs