x402basequality 0.30

Pay-per-call PayPal payments endpoint on Base via x402, $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/11`. It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via the x402 payment protocol on the Base network.

The specific endpoint accepts HTTP POST requests and charges 20,000 base units of USDC (contract `0x8335…2913` on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made inline via the `X-PAYMENT` header; no API keys or accounts are required. The x402 challenge confirms the endpoint is live, returning a well-formed 402 response with version 1 of the protocol, a 300-second payment timeout, and an `exact` payment scheme.

Documentation on the site 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 explanation of what the PayPal payments endpoint actually returns or what input it expects beyond a POST body. The endpoint's name suggests it relates to PayPal payment processing, but without documentation this is speculative. Prospective callers should be aware that the actual functionality behind this endpoint is undocumented.

Capabilities

x402-payment-gatedusdc-base-networkpay-per-callhttp-postpaypal-payments

Use cases

  • Programmatic PayPal payment initiation or lookup via a single POST call
  • Agent-driven payment workflows that settle per-request in USDC on Base
  • Integrating low-cost payment API calls without API key management

Fit

Best for

  • Developers wanting keyless, pay-per-call payment endpoints
  • AI agents that can settle x402 micropayments on Base
  • Prototyping payment integrations without subscription commitments

Not for

  • Production payment processing requiring documented SLAs and schemas
  • Users who need detailed API documentation and error handling specs
  • High-volume batch payment operations where per-call pricing is inefficient

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/11 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is zero documentation on what the endpoint actually does, what inputs it expects, or what it returns. No OpenAPI spec, no examples, and all doc pages are empty. The listing is effectively a stub.

Warnings

  • No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or request/response schema provided; actual endpoint behavior is unknown.
  • The endpoint name suggests PayPal payment functionality but this is unverified — no description of inputs or outputs exists.
  • The broader platform lists many endpoints but none appear documented beyond titles and prices.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 07:38:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access