Pay-per-call Stripe charges endpoint on Base via x402 protocol, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" service accessible via the x402 payment protocol. It is part of a broader platform offering multiple pay-per-request APIs 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/15` accepts POST requests and requires an X-PAYMENT header containing a valid x402 payment proof. The maximum amount required is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 given USDC's 6 decimals. The platform advertises no API keys, no rate limits, and instant access.
Documentation is extremely sparse—the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. The actual behavior and response format of this specific endpoint are not documented beyond the generic "Premium API Access" label. It is unclear what data or functionality this particular charges endpoint returns.
Capabilities
Use cases
- —Making per-request payments for API access without subscription or API key management
- —Programmatic access to a Stripe charges endpoint settled via on-chain USDC
- —Agent-driven API consumption with automatic micropayment settlement
Fit
Best for
- —Developers wanting keyless, pay-as-you-go API access
- —AI agents that can settle x402 payments autonomously
- —Users who prefer on-chain USDC payments over traditional billing
Not for
- —Users needing detailed API documentation or guaranteed SLAs
- —Applications requiring high-throughput with predictable flat-rate pricing
- —Users without access to USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/15 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation on what the endpoint actually returns, no request/response schema, and the docs pages are empty. The purpose of this specific 'stripe/charges/15' path is unclear.
Warnings
- —No documentation available beyond landing page—docs, API, pricing, and README pages all show only 'Connect wallet'
- —The specific functionality of /api/v1/stripe/charges/15 is undocumented; 'Premium API Access' is generic
- —No request body schema or response schema provided
- —No OpenAPI spec or AI plugin manifest available
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/15
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/15