x402basequality 0.30

x402-gated Stripe customer data endpoint on Base, paid per-request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a specific Stripe customer resource (customer ID 156) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 USD (USDC uses 6 decimals).

The hosting provider, lowpaymentfee.com, advertises a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, this specific endpoint (/api/v1/stripe/customers/156) is not listed on the provider's public catalog page, and its purpose — returning Stripe customer data — is distinct from the advertised categories. No OpenAPI schema, detailed documentation, or example responses were found; the docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content.

Because there is no documentation describing the request body format or the response schema for this particular endpoint, agents calling it will need to experiment or rely on the generic x402 payment flow. The endpoint is confirmed live (returns a valid 402 challenge), but the lack of documentation and the unusual resource path (a single Stripe customer record) raise questions about its intended audience and data contents.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-customer-datajson-responsepost-method

Use cases

  • Retrieving Stripe customer details for customer ID 156 via a pay-per-call model
  • Demonstrating x402 payment protocol integration with USDC on Base
  • Programmatic access to payment platform customer records without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing on-demand Stripe customer data without subscription overhead
  • Low-volume, pay-as-you-go API consumption on Base

Not for

  • Bulk retrieval of multiple Stripe customers (endpoint is scoped to a single customer ID)
  • Users who need detailed API documentation or guaranteed SLAs
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network details. However, there is no OpenAPI schema, no documentation, no example requests or responses, and the endpoint is not listed in the provider's own catalog. The specific resource (a single Stripe customer) is opaque without further context.

Warnings

  • No documentation or OpenAPI schema available for this endpoint
  • Endpoint path references a specific Stripe customer ID (156) — unclear if this is a demo or production resource
  • Docs, pricing, and README pages returned no useful content beyond 'Connect wallet'
  • This endpoint is not listed on the provider's public catalog page
  • Response schema is entirely unknown

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 09:52:53Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access