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. The specific path `/api/v1/stripe/charges/12` appears to be one of many endpoints offered by the lowpaymentfee.com platform, which advertises a broad catalog spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request.
The x402 challenge confirms the endpoint is live and accepts payment via the "exact" scheme on the Base network. The required asset is USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maxAmountRequired of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. The endpoint accepts HTTP POST requests.
However, the specific functionality of this particular endpoint (`/stripe/charges/12`) is unclear. The path suggests it may relate to Stripe charge operations, but no documentation, request schema, or response schema is available. The provider's landing page lists many other endpoints but does not specifically document this one. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. Without input/output schemas or usage examples, agents will need to experiment to determine what this endpoint actually does.
Capabilities
Use cases
- —Programmatic access to Stripe charge data or operations via x402 micropayment
- —Agent-driven payment workflows that settle in USDC on Base
- —Exploring x402 protocol integration with low per-request costs
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that can pay per-request in USDC on Base
- —Use cases requiring no API keys or rate limits
Not for
- —Users who need detailed API documentation before integrating
- —Production systems requiring well-documented request/response schemas
- —Users without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/12 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation for this specific endpoint's functionality, no request/response schema, and the crawled docs pages are empty. The purpose of /api/v1/stripe/charges/12 is ambiguous.
Warnings
- —No request or response schema available for this endpoint
- —The specific functionality of /api/v1/stripe/charges/12 is undocumented — the path is not listed on the provider's landing page
- —All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no content
- —The endpoint path suggests Stripe charge operations but this is unconfirmed
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/charges/12
- —The platform advertises $0.02 per request pricing 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/charges/12