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 PayPal payments API accessible via the x402 payment protocol. The specific route `/api/v1/paypal/payments/100` is described as "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto market data, and infrastructure utilities, all priced at $0.02 per request. However, the specific functionality behind this particular PayPal payments endpoint is not documented beyond its title. There is no OpenAPI schema, no request/response examples, and the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional content.

Because the endpoint is live (returns a valid 402 x402 challenge) but lacks any documentation about what request body it expects or what response it returns, agents should treat this as a functional but poorly documented service. The payment mechanics are clear, but the actual API behavior is opaque.

Capabilities

x402-paymentpaypal-paymentsusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Initiating PayPal payments programmatically via a crypto-settled API call
  • Integrating PayPal payment flows into agent workflows without traditional API keys
  • Making one-off PayPal payment requests paid in USDC on Base

Fit

Best for

  • Agents needing keyless, pay-per-call PayPal payment access
  • Developers who want to avoid PayPal API key management
  • Crypto-native workflows that need fiat payment rails

Not for

  • Production use requiring documented request/response schemas
  • High-volume PayPal integrations needing guaranteed SLAs or support
  • Users who need detailed error handling documentation

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/100 \
  -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 and returns a valid x402 challenge, but there is zero documentation on request format, response schema, or actual functionality. Docs pages render only 'Connect wallet' with no content. The listing title 'Premium API Access' is generic and uninformative. Without knowing what the endpoint actually does beyond its URL path hint, this is effectively a stub.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • No OpenAPI schema or request/response examples provided
  • Actual functionality of the PayPal payments endpoint is unknown beyond the URL path
  • No error handling or response format documentation

Citations

Provenance

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

Agent access