x402-gated Stripe customer endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe customer resource (customer ID 113). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance, and utility categories — all gated behind x402 payment challenges settled in USDC on the Base network at $0.02 per call.
The specific endpoint `/api/v1/stripe/customers/113` is labeled "Premium API Access" in the x402 challenge. The payment scheme is "exact" with a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. The endpoint accepts POST requests and returns application/json.
The platform advertises no API keys, no rate limits, and instant access. Documentation pages (/docs, /pricing, /README) appear to require wallet connection and contain no substantive content in the crawl. There is no OpenAPI schema, no request/response examples, and no documentation explaining what data this specific Stripe customer endpoint actually returns. The purpose of fetching a Stripe customer record via a paid proxy is unclear from available materials.
Capabilities
Use cases
- —Retrieving Stripe customer data for customer ID 113 via a pay-per-request model
- —Integrating x402-compatible agents with Stripe customer lookups
- —Demonstrating x402 payment protocol with USDC on Base
Fit
Best for
- —Agents that need x402-native API access without API key management
- —Developers exploring x402 payment protocol integrations
- —Automated workflows requiring on-demand Stripe customer data retrieval
Not for
- —Bulk Stripe customer data retrieval (single customer ID only)
- —Users who need detailed API documentation or response schemas before integrating
- —Applications requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/113 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no meaningful documentation (all doc pages just show 'Connect wallet'), and the purpose of this specific Stripe customer endpoint is opaque. This is effectively a stub listing.
Warnings
- —No OpenAPI or request/response schema available — unclear what this endpoint returns
- —All documentation pages (/docs, /pricing, /README) require wallet connection and contain no crawlable content
- —The endpoint targets a single hardcoded Stripe customer ID (113) — purpose and generalizability unknown
- —No information on what 'Premium API Access' actually provides beyond the label
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/113
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —Payment timeout is 300 seconds, payTo address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/stripe/customers/113