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 exposes a specific Stripe customer resource (`/api/v1/stripe/customers/36`) behind an x402 payment wall. It is part of a broader platform that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.

The x402 challenge confirms the endpoint is live and accepts POST requests. Payment is made via the x402 "exact" scheme to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`, with a max amount of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02). No API keys are required; callers authenticate purely through the X-PAYMENT header. The response MIME type is `application/json`.

Documentation is extremely sparse — the docs, pricing, API, 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 description of what data the `/stripe/customers/36` resource actually returns. The endpoint's purpose (whether it proxies Stripe customer data, creates a customer, or performs some other action) cannot be determined from available material. The broader platform advertises categories like sentiment analysis, text summarization, geocoding, and crypto gas estimates, but none of those are this specific endpoint.

Capabilities

x402-paymentusdc-basepay-per-requeststripe-customer-datajson-response

Use cases

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

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
  • Prototyping integrations without Stripe API key provisioning

Not for

  • Production Stripe integrations requiring full CRUD on customer objects (no documented schema)
  • Users who need detailed documentation or OpenAPI specs before integrating
  • Non-crypto users who cannot settle payments on Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/customers/36 \
  -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 confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what this specific endpoint does, no request/response schema, and all doc pages render only a wallet-connect prompt. The purpose of '/stripe/customers/36' is opaque.

Warnings

  • No documentation available — all doc/pricing/API pages show only 'Connect wallet' with no content.
  • No OpenAPI or request/response schema provided; the actual behavior of this endpoint is unknown.
  • The endpoint path references a hardcoded customer ID (36), which may indicate a demo or placeholder resource rather than a general-purpose API.
  • The broader platform lists many endpoint categories but none match this specific Stripe customer path.

Citations

Provenance

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

Agent access