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 147). 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 on the Base network using USDC.
The specific endpoint `/api/v1/stripe/customers/147` is labeled "Premium API Access" and accepts POST requests. Payment is settled on-chain via USDC on Base (contract 0x8335…2913) to the payTo address 0x1A2B…85F3. The x402 challenge advertises a maxAmountRequired of 20,000 base units, which at 6 decimals for USDC equals $0.02 per request — consistent with the platform's uniform $0.02/request pricing across all listed endpoints.
The platform advertises no API keys, no rate limits, and instant access. Documentation pages (/docs, /pricing, /README) all resolve but contain only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no detailed documentation describing what data this endpoint actually returns or what input it expects. The endpoint's purpose — retrieving or interacting with a specific Stripe customer record — can only be inferred from the URL path. The lack of documentation significantly limits usability.
Capabilities
Use cases
- —Retrieving Stripe customer information via a crypto-gated pay-per-call endpoint
- —Programmatic access to Stripe customer data without traditional API key management
- —Agent-driven workflows that need to fetch payment/customer records on demand
Fit
Best for
- —Developers wanting keyless, pay-per-use access to Stripe customer data
- —AI agents that can settle x402 payments on Base
- —Users who prefer on-chain micropayments over subscription billing
Not for
- —Anyone needing detailed API documentation or request/response schemas before integrating
- —Bulk retrieval of many Stripe customers (no batch endpoint documented)
- —Users without a Base-compatible wallet or USDC balance
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/147 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation of request parameters or response format, and the docs/pricing/README pages are empty stubs. The purpose of this specific endpoint (Stripe customer 147) is unclear beyond the URL path, making this effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, and /README pages all show only 'Connect wallet' with no content
- —No OpenAPI or input/output schema provided; request body format and response structure are unknown
- —The endpoint targets a specific Stripe customer ID (147); it is unclear whether this is a demo, a shared resource, or a real customer record
- —The broader platform lists many endpoints but none have documented schemas or examples
Citations
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The x402 challenge shows maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/customers/147
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/customers/147
- —Documentation pages resolve but contain only 'Connect wallet' prompthttps://lowpaymentfee.com/docs