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 25). 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/25` is labeled "Premium API Access" by the provider. The x402 challenge confirms it accepts POST requests, charges a maximum of 20,000 base-unit USDC (i.e., $0.02 given USDC's 6 decimals), and settles to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. The asset contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` is the canonical USDC contract on Base mainnet. No API keys or rate limits are advertised; access is granted purely via the x402 payment header.
Documentation is extremely sparse — 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 data the Stripe customers endpoint actually returns. The platform's landing page lists many endpoints at $0.02 each but provides no detail on request formats or response payloads. Treat this listing as a stub until the provider publishes proper documentation.
Capabilities
Use cases
- —Retrieving Stripe customer information via a single paid API call without needing a Stripe account
- —Agent-driven workflows that need on-demand access to customer payment data
- —Demonstrating x402 payment-gated API patterns on Base
Fit
Best for
- —Developers experimenting with x402 protocol integrations
- —Agents that need one-off Stripe customer lookups without managing API keys
- —Low-volume, pay-as-you-go access to payment platform data
Not for
- —Production Stripe integrations where you already have a Stripe API key
- —High-volume batch processing (no documented rate limits but no SLA either)
- —Use cases requiring detailed API documentation or guaranteed response schemas
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/25 \
-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), but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no explanation of what the Stripe customers endpoint actually returns. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided; request format and response payload are unknown
- —The endpoint path references a specific Stripe customer ID (25); unclear if this is a demo or real data
- —No SLA, rate-limit, or uptime guarantees documented
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base-unit USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/25
- —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 a 'Connect wallet' prompthttps://lowpaymentfee.com/docs