x402-gated Stripe customer data endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a Stripe customer resource (customer ID 30) behind an x402 paywall. The provider operates a broad platform offering dozens of pay-per-request API endpoints across data analytics, AI/ML inference, finance, and utility categories, all settled on the Base network using USDC.
The specific endpoint `/api/v1/stripe/customers/30` is listed as "Premium API Access" and accepts HTTP POST requests. Payment is handled via the x402 protocol: callers receive a 402 challenge specifying an exact-scheme payment of up to 20,000 base units of USDC (0.02 USD) to the provider's wallet on Base. Once the X-PAYMENT header with a valid payment proof is attached, the endpoint returns JSON. No API keys or rate limits are advertised.
Documentation is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no explanation of what data the endpoint actually returns. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to know what payload to send or what response to expect.
Capabilities
Use cases
- —Retrieving Stripe customer information for customer ID 30 via a micropayment-gated endpoint
- —Demonstrating x402 protocol integration for pay-per-request API access
- —Programmatic access to Stripe data without traditional API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing one-off Stripe customer lookups settled in USDC
- —Projects exploring keyless, pay-per-call API patterns on Base
Not for
- —Production Stripe integrations requiring full CRUD and webhook support
- —Users who need detailed API documentation or response schemas before integrating
- —High-volume batch retrieval of multiple Stripe customers
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/30 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — every doc page shows only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no explanation of what the endpoint returns. The endpoint path suggests Stripe customer data but this is unverifiable. Effectively a stub listing.
Warnings
- —No documentation available — all doc pages render only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —Unclear what data the endpoint actually returns; 'Premium API Access' is not descriptive
- —The endpoint targets a specific customer ID (30), which may be a demo or placeholder
- —Cannot verify whether this proxies real Stripe data or returns synthetic/mock data
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/30
- —The provider 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: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/30
- —Documentation, pricing, API, and README pages all show only 'Connect wallet'https://lowpaymentfee.com/docs