x402basequality 0.25

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" PayPal payments resource, accessible via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints on the platform share a uniform $0.02 per request pricing model settled in USDC on the Base network.

The specific endpoint `/api/v1/paypal/payments/6` appears to be a PayPal-related payments API, though the crawled documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no request/response examples, and no description of what input the endpoint expects or what output it returns beyond a generic "Premium API Access" label and `application/json` MIME type.

The x402 challenge confirms the endpoint is live: it returns a proper 402 with an accepts block specifying the exact payment scheme on Base, paying to address `0x1A2B...85F3` in USDC (contract `0x8335...2913`). The max amount required is 20,000 base units, which at 6 decimals equals $0.02. The endpoint accepts POST requests and has a 300-second payment timeout. No API keys or rate limits are advertised.

Capabilities

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

Use cases

  • Programmatically initiate or interact with PayPal payments without traditional API key management
  • Agent-driven payment workflows that settle per-call costs in USDC on Base
  • Integrating PayPal payment functionality into crypto-native applications

Fit

Best for

  • Developers wanting keyless, pay-per-call access to a PayPal payments endpoint
  • AI agents that can settle x402 micropayments in USDC on Base
  • Prototyping payment integrations without signup or subscription commitments

Not for

  • Production PayPal integrations requiring well-documented, battle-tested APIs with SLAs
  • Users who need detailed API documentation, request/response schemas, or error handling guides
  • High-volume payment processing where $0.02 per call adds up significantly

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is virtually no documentation: no OpenAPI schema, no request/response examples, no description of what the PayPal payments endpoint actually does or what parameters it accepts. The docs pages are all blank beyond a wallet-connect prompt. This is effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, API, and README pages all render only 'Connect wallet' with no content.
  • No OpenAPI or input/output schema provided; it is unknown what request body the endpoint expects or what it returns.
  • The endpoint name 'PayPal payments' suggests interaction with PayPal, but no details confirm what operations are supported or how PayPal is integrated.
  • The platform hosts many endpoints all priced at $0.02 with identical descriptions; the actual functionality behind each is unverified.

Citations

Provenance

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

Agent access