Stripe customer data API endpoint, pay-per-call via x402 on Base with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to Stripe customer data via a POST request to `/api/v1/stripe/customers/100`. It is part of a broader platform offering dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated by the x402 payment protocol on the Base network using USDC.
The specific endpoint probed (`/api/v1/stripe/customers/100`) is described as "Premium API Access" and costs $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is made inline via the X-PAYMENT header using the x402 exact scheme, settling to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. No API keys or rate limits are advertised; access is instant once payment is included.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no detailed description of what the Stripe customers endpoint actually returns. The platform's landing page lists many endpoints at $0.02 each, but this particular Stripe-related path is not listed among them, making its exact functionality unclear. Treat this as a stub listing until better documentation is available.
Capabilities
Use cases
- —Retrieving Stripe customer information on a per-request payment basis
- —Integrating pay-per-call customer data lookups into agent workflows
- —Accessing Stripe data without managing API keys or subscriptions
Fit
Best for
- —Agents needing on-demand Stripe customer data without subscription overhead
- —Developers experimenting with x402 payment-gated APIs
- —Low-volume or sporadic access to customer records
Not for
- —High-volume Stripe data access where direct Stripe API integration is cheaper
- —Use cases requiring detailed documentation or guaranteed SLAs
- —Applications needing predictable monthly billing rather than per-request charges
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/100 \
-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/request in USDC on Base), but there is no OpenAPI schema, no request/response examples, and no meaningful documentation — every doc page returns only 'Connect wallet'. The specific Stripe customers endpoint is not even listed on the landing page among the advertised APIs, making its purpose and output uncertain.
Warnings
- —No documentation available — all doc/pricing/API pages render only 'Connect wallet'
- —This specific endpoint (/api/v1/stripe/customers/100) is not listed among the platform's advertised APIs
- —No request or response schema provided; actual output format is unknown
- —Unclear what 'Premium API Access' means for Stripe customer data — could be a proxy, mock, or demo
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/100
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/customers/100
- —Docs, API, pricing, and README pages all show only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs