x402basequality 0.30

x402-gated Stripe customer endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides x402-protocol access to a Stripe customer resource (customer ID 59). It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance, and utility categories — all gated behind x402 payment challenges settled in USDC on the Base network.

The specific endpoint `/api/v1/stripe/customers/59` accepts POST requests and returns JSON. The x402 challenge advertises a max amount of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using the "exact" payment scheme. No API keys or rate limits are advertised; access is granted purely via 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 beyond the x402 challenge's outputSchema stub, and no description of what data the Stripe customer endpoint actually returns. The platform landing page lists many other endpoints (analytics, AI, finance, utilities) all at the same $0.02 price point, but provides no detail on request formats or response payloads for any of them.

Capabilities

x402-paymentusdc-basestripe-customer-datapay-per-requestno-api-key

Use cases

  • Retrieving Stripe customer information via a single paid API call
  • Programmatic access to Stripe customer records without managing API keys
  • Agent-driven payment workflows that settle in USDC on Base

Fit

Best for

  • Developers who want keyless, pay-per-use access to Stripe customer data
  • AI agents with USDC on Base that need to fetch customer records on demand
  • Prototyping x402 payment flows against a live endpoint

Not for

  • Production Stripe integrations requiring full CRUD on customer objects
  • Users needing detailed API documentation or guaranteed SLAs
  • Anyone without a Base-network USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/59 \
  -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 (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the purpose of a 'Stripe customers/59' endpoint is unexplained. Effectively a stub listing.

Warnings

  • No documentation available — /docs, /pricing, /api, /README all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • Purpose of exposing a single Stripe customer record (ID 59) via x402 is unclear
  • No information on what fields are returned or what POST body is expected
  • Platform lists many endpoints but none have documented schemas

Citations

Provenance

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

Agent access