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 89). It is part of a broader platform offering dozens of pay-per-call API endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all gated via the x402 payment protocol on the Base network.

The specific endpoint `/api/v1/stripe/customers/89` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, with a maximum amount required of 20,000 base units — which at 6 decimals equals $0.02 per request. The platform advertises uniform $0.02/request pricing across all its endpoints, with no API keys, no rate limits, and no minimum commitments.

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 documentation, and no examples of what the endpoint actually returns. The endpoint's purpose — retrieving or interacting with a Stripe customer record — can only be inferred from the URL path. Without documentation, it is unclear what request body is expected or what response payload is returned.

Capabilities

x402-paymentusdc-settlementbase-networkstripe-customer-apipay-per-requestno-api-key

Use cases

  • Retrieving Stripe customer data via a pay-per-call model without API key management
  • Programmatic access to customer billing information settled in USDC on Base
  • Agent-driven workflows that need on-demand Stripe customer lookups with crypto payment

Fit

Best for

  • Developers wanting keyless, pay-per-use access to Stripe customer data
  • AI agents that can settle x402 payments in USDC on Base
  • Projects needing low-friction API access without subscription commitments

Not for

  • Production systems requiring documented request/response schemas and SLAs
  • Users who need bulk Stripe customer queries at scale (no documented rate limits but no guarantees either)
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (returns a valid x402 402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response examples, and the purpose of this specific endpoint (Stripe customer 89) is opaque. The docs pages are all blank wallet-connect prompts.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all show only 'Connect wallet' with no content
  • No OpenAPI or schema definition; request body and response format are completely unknown
  • The endpoint references a specific Stripe customer ID (89) — unclear if this is a demo, a shared resource, or a real customer record
  • Purpose and functionality of this specific endpoint can only be guessed from the URL path

Citations

Provenance

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

Agent access