x402basequality 0.30

x402-gated Stripe customer endpoint on Base, pay-per-call with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a Stripe customer resource (customer ID 18) behind an x402 paywall. 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 settled on the Base network using USDC.

The specific endpoint `/api/v1/stripe/customers/18` accepts POST requests and returns JSON. The x402 challenge indicates a maximum cost of 20,000 base units of USDC (0.02 USD per request), consistent with the platform's uniform $0.02/request pricing. Payment is made via the x402 "exact" scheme to address 0x1A2B...85F3 on Base, with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.

Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no explanation of what the Stripe customers endpoint actually returns or what input it expects. The endpoint is live (returns a proper 402 challenge), but without documentation it is unclear what data or functionality is provided beyond the generic label "Premium API Access."

Capabilities

x402-paymentusdc-settlementbase-networkstripe-customer-datapay-per-requestno-api-keyjson-response

Use cases

  • Retrieving Stripe customer data via a single paid API call
  • Agent-driven access to customer records without API key provisioning
  • Programmatic pay-per-request access to financial data endpoints

Fit

Best for

  • AI agents that can settle x402 payments on Base
  • Developers wanting keyless, pay-per-use API access
  • Applications needing Stripe customer lookups without managing Stripe credentials

Not for

  • Users who need detailed API documentation or schemas before integrating
  • High-volume batch operations where per-request pricing is inefficient
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/18 \
  -H "X-PAYMENT: <x402-payment-token>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI spec, no request/response schema, and no explanation of what the endpoint actually does beyond the label 'Premium API Access'. The docs pages are empty. This is effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all render only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • Purpose of the Stripe customers endpoint is unclear — no description of input parameters or response format
  • The broader platform lists many endpoints but none have documented schemas

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 09:51:07Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-25

Agent access