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 19). 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 gated behind x402 payment challenges settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/customers/19` is labeled "Premium API Access" by the provider. The x402 challenge confirms it is live, accepts POST requests, and requires a maximum of 20,000 base units of USDC (0.02 USD) per call. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the USDC contract on Base (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The timeout window is 300 seconds.
Documentation is extremely sparse. The provider's docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no explanation of what data this particular endpoint returns or what POST body it expects. The platform advertises no API keys, no rate limits, and instant access, but the actual functionality behind this specific Stripe customer endpoint is unclear from available materials.
Capabilities
Use cases
- —Retrieving Stripe customer data via a single paid API call
- —Agent-driven access to premium API resources without API keys
- —Programmatic pay-per-use access to financial/customer data
Fit
Best for
- —Agents that need keyless, pay-per-call API access settled in crypto
- —Developers exploring x402 protocol integrations on Base
- —Scenarios requiring no-signup, instant access to gated endpoints
Not for
- —Users who need detailed documentation or OpenAPI specs before integrating
- —High-volume use cases where per-request crypto settlement adds overhead
- —Anyone needing non-USDC or non-Base payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/19 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is zero documentation on what this endpoint actually returns, what request body it expects, or what 'Premium API Access' means concretely. No OpenAPI schema, no examples, and all doc pages are empty beyond a wallet connect prompt.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —The purpose of '/api/v1/stripe/customers/19' is unclear — 'Premium API Access' is not descriptive
- —No information on what POST body is expected or what response is returned
Citations
- —The endpoint returns a 402 x402 challenge requiring 20,000 base units of USDC ($0.02) on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/19
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/19
- —Payment address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/stripe/customers/19