x402basequality 0.25

Pay-per-call PayPal payments endpoint via x402 on Base, settled 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. Each call is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request. The endpoint accepts POST requests and returns JSON responses. No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The specific endpoint `/api/v1/paypal/payments/50` appears to be part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/crypto data, and utility services. All endpoints on the platform share the same $0.02/request pricing model and x402 settlement on Base. However, the crawled documentation is extremely thin — most pages only show a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no request/response examples, and no documentation describing what this PayPal payments endpoint actually does or what parameters it accepts.

Without documentation, the actual functionality behind this endpoint is unclear. The URL path suggests it relates to PayPal payment processing (possibly creating or querying a payment with ID 50), but this is speculative. Prospective callers should be aware that the lack of documentation makes integration difficult without trial-and-error experimentation.

Capabilities

x402-paymentusdc-settlementbase-networkpaypal-paymentspay-per-callno-api-keyjson-response

Use cases

  • Programmatically initiating or querying PayPal payments without traditional API key management
  • Agent-driven payment workflows where per-call USDC settlement is preferred
  • Integrating PayPal payment data into crypto-native applications

Fit

Best for

  • Developers wanting keyless, pay-per-call access to a PayPal-related API
  • AI agents that can settle x402 payments on Base in USDC
  • Prototyping payment integrations without signup or rate limits

Not for

  • Production payment processing requiring well-documented, auditable APIs
  • Users who need detailed request/response schemas before integration
  • High-volume use cases where $0.02/request adds up significantly

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/50 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (returns a valid 402 x402 challenge), but there is virtually no documentation — no OpenAPI schema, no request/response examples, and no explanation of what the PayPal payments endpoint actually does. Most crawled pages only show 'Connect wallet'. This is effectively a stub listing.

Warnings

  • No documentation available for this specific endpoint — functionality is unclear
  • No OpenAPI or request/response schema provided
  • Most site pages return only a 'Connect wallet' prompt with no useful content
  • The purpose of '/api/v1/paypal/payments/50' (especially the trailing '50') is unexplained
  • Cannot verify whether this endpoint actually interacts with PayPal or is a placeholder

Citations

Provenance

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

Agent access