x402-gated Stripe customer data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to a specific Stripe customer resource (customer ID 118) via the x402 payment protocol. It is part of a broader platform offering various pay-per-request APIs spanning data analytics, AI/ML inference, finance, and utility services—all gated behind x402 micropayments settled in USDC on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is handled via the X-PAYMENT header using the x402 "exact" scheme. The maximum amount required is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 given USDC's 6 decimals. There are no API keys, no rate limits, and no subscription commitments—callers pay per request.
The platform advertises itself as offering simple pricing at $0.02 per request across all endpoints. Documentation pages exist but appear to require wallet connection to view, so detailed request/response schemas are not available from the crawl. The specific functionality of this endpoint (retrieving or managing a Stripe customer record) is inferred from the URL path but not explicitly documented in the crawled material.
Capabilities
Use cases
- —Retrieving Stripe customer information programmatically with per-request payment
- —Integrating payment-gated customer data into automated agent workflows
- —Accessing Stripe customer records without managing API keys or subscriptions
Fit
Best for
- —AI agents needing on-demand access to Stripe customer data
- —Developers who prefer pay-per-use over subscription billing
- —Workflows requiring no-signup, instant API access
Not for
- —Bulk retrieval of many Stripe customers (cost adds up at $0.02 each)
- —Users who need detailed API documentation before integrating
- —Applications requiring non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/118 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) with clear pricing ($0.02 USDC on Base), but documentation pages require wallet connection and provide no request/response schema or examples. The specific functionality of this Stripe customer endpoint is only inferred from the URL path.
Warnings
- —Documentation pages require wallet connection and are effectively empty in crawl
- —No request body schema or response schema available
- —Exact functionality of /stripe/customers/118 is unclear—could be read or write operation
- —No OpenAPI spec or detailed API docs found
Citations
- —Platform charges $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)https://lowpaymentfee.com/api/v1/stripe/customers/118