x402basequality 0.30

x402-gated Stripe charges endpoint on Base, paying $0.02 in USDC per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a pay-per-call "Premium API Access" service gated by the x402 protocol. The specific path `/api/v1/stripe/charges/128` appears to be one of many endpoints offered by the provider, which hosts a broad catalog spanning data & analytics, AI/ML inference, finance & Web3 data, and infrastructure utilities — all priced at $0.02 per request.

Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 exact-payment scheme. The maximum amount required is 20,000 base units, which at 6 decimals equals $0.02 USD. No API keys or rate limits are advertised; callers simply attach an X-PAYMENT header with a valid x402 payment proof. The endpoint accepts POST requests and returns application/json.

Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. The specific functionality behind the `/api/v1/stripe/charges/128` path is not documented; the name "Premium API Access" and the path segment "stripe/charges" suggest it may proxy or wrap Stripe charge creation, but this is unconfirmed. Without request/response schemas or usage examples, callers will need to experiment to determine the expected input and output formats.

Capabilities

x402-paymentusdc-basepay-per-requeststripe-chargesjson-apino-api-key

Use cases

  • Programmatic Stripe charge creation or lookup via crypto-settled micropayments
  • Agent-driven payment processing without traditional API key management
  • Exploring x402 protocol integration with Stripe-related services

Fit

Best for

  • Developers experimenting with x402 protocol payments on Base
  • Agents needing keyless, pay-per-call access to a Stripe-related endpoint
  • Low-volume callers who prefer per-request pricing over subscriptions

Not for

  • Production Stripe integrations requiring documented, stable schemas
  • High-volume payment processing where direct Stripe API access is more cost-effective
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/128 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{}'

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 zero documentation on what the endpoint actually does, no request/response schema, and all doc pages render only 'Connect wallet'. The specific purpose of /api/v1/stripe/charges/128 is unclear.

Warnings

  • No documentation available — all doc/API/pricing/README pages show only 'Connect wallet'
  • No request or response schema provided; input/output format is unknown
  • The specific functionality of /api/v1/stripe/charges/128 is undocumented and unclear
  • The endpoint name 'Premium API Access' is generic and does not describe actual functionality

Citations

Provenance

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

Agent access