x402basequality 0.40

x402-gated Stripe customer endpoint on Base, paying $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 38). It is part of a broader platform that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated behind x402 payment challenges settled in USDC on the Base network.

The specific endpoint `/api/v1/stripe/customers/38` is labeled "Premium API Access" and accepts HTTP POST requests. The x402 challenge advertises a maximum cost 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. The endpoint has a 300-second payment timeout.

The platform's landing page advertises a flat $0.02/request pricing model across all endpoints with no API keys, no rate limits, no minimums, and instant access. Documentation pages (/docs, /pricing, /README) appear to require wallet connection and contain no substantive content in the crawl. Because the endpoint path references a Stripe customer resource, the actual response payload likely returns customer-related data, but no response schema or example is documented.

Capabilities

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

Use cases

  • Retrieving Stripe customer data via a permissionless pay-per-call interface
  • Integrating agent-driven workflows that need on-demand Stripe customer lookups without API key management
  • Demonstrating x402 payment protocol integration with USDC on Base

Fit

Best for

  • Developers exploring x402 protocol payment flows
  • Agents needing permissionless, keyless access to Stripe customer data
  • Projects wanting low-cost per-request pricing without subscriptions

Not for

  • Bulk Stripe customer data retrieval (no batch endpoint documented)
  • Users who need detailed API documentation or response schemas before integrating
  • Applications requiring non-crypto payment methods

Quick start

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

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/stripe/customers/38",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-payment-token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no response examples, and the documentation pages are empty (wallet-gated). The purpose of this specific Stripe customer endpoint is unclear beyond its title.

Warnings

  • No response schema or example response documented
  • Documentation pages (/docs, /pricing, /README) are wallet-gated and contain no crawlable content
  • The endpoint path suggests access to a specific Stripe customer record (ID 38) — unclear what data is returned or whether the body requires input parameters
  • No OpenAPI specification available

Citations

Provenance

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

Agent access