x402-gated Stripe customer data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides premium API access to Stripe customer data (specifically customer ID 154) via the x402 payment protocol. It accepts POST requests and requires a per-call payment of 0.02 USDC (20,000 base units with 6 decimals) on the Base network. No API keys or rate limits are required — access is gated purely by micropayment.
The broader lowpaymentfee.com platform offers a suite of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are priced at $0.02 per request and settle in USDC on Base.
The specific endpoint `/api/v1/stripe/customers/154` appears to expose Stripe customer information. However, documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what fields are returned or what POST body is expected.
Capabilities
Use cases
- —Retrieving Stripe customer details programmatically with per-call payment
- —Integrating pay-per-use customer data lookups into agent workflows
- —Accessing financial customer records without subscription commitments
Fit
Best for
- —Agents needing on-demand Stripe customer data without API key management
- —Developers testing x402 payment flows on Base
- —Use cases requiring low-cost, commitment-free API access
Not for
- —Bulk data retrieval (per-request pricing adds up quickly)
- —Users without USDC on Base network
- —Applications needing detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/154 \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the purpose of this specific Stripe customer endpoint is unclear. Effectively a stub listing.
Warnings
- —No API documentation available — docs/pricing/README pages only show 'Connect wallet'
- —No request body schema or response schema provided
- —Purpose of exposing a specific Stripe customer ID (154) is unclear and potentially sensitive
- —No OpenAPI spec or ai-plugin manifest found
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/154
- —Platform pricing is $0.02 per request 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/154