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 exposes a Stripe customer resource (`/api/v1/stripe/customers/67`) behind an x402 paywall. When called without payment, it returns a 402 challenge requesting USDC on the Base network. The maximum amount required is 20,000 base units of USDC (0.02 USD per request), settled to the on-chain address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. The response MIME type is `application/json` and the endpoint accepts HTTP POST.

The broader lowpaymentfee.com platform advertises a catalog 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 listed at $0.02 per request with no API keys, no rate limits, and no commitments required.

However, this specific endpoint (`/api/v1/stripe/customers/67`) appears to be a Stripe customer data resource, which is not listed among the publicly advertised API categories. Its exact purpose and response schema are undocumented. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional documentation. Without schema details or example responses, the actual data returned by this endpoint remains unclear.

Capabilities

x402-paymentusdc-basepay-per-callstripe-customer-datajson-responsehttp-post

Use cases

  • Retrieving Stripe customer data via a single paid API call
  • Agent-driven access to payment/customer records without API key management
  • Programmatic micropayment-gated data retrieval on Base L2

Fit

Best for

  • Agents that need on-demand access to Stripe customer info without traditional auth
  • Developers experimenting with x402 payment flows on Base
  • Scenarios requiring keyless, pay-per-call API access

Not for

  • Bulk retrieval of many Stripe customers (single resource endpoint)
  • Users who need detailed documentation or response schemas before integrating
  • Production use cases requiring SLA guarantees or support

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/67 \
  -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 (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, and no explanation of what the Stripe customer resource actually returns. The docs pages are empty beyond a wallet-connect prompt. This is effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • This specific endpoint (/api/v1/stripe/customers/67) is not listed among the platform's advertised APIs
  • No request or response schema provided; actual data returned is unknown
  • The endpoint references a specific Stripe customer ID (67), which may expose sensitive payment data — verify compliance with data handling requirements

Citations

Provenance

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

Agent access