x402basequality 0.30

PayPal Payouts endpoint via x402 micropayment on Base network, $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a PayPal Payouts API accessible via the x402 payment protocol. The specific resource `/api/v1/paypal/payouts/73` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 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 hosts a variety of pay-per-call APIs across categories including data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto data (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model. Documentation pages exist at /docs, /pricing, and /api but currently render only a "Connect wallet" prompt with no further technical detail.

Because the endpoint path references "paypal/payouts," it likely wraps or proxies PayPal's payout functionality, though no request/response schema or documentation is provided beyond the x402 challenge. The lack of an OpenAPI spec, request body schema, or example responses means callers must experiment or contact the provider to understand the expected input format and output structure.

Capabilities

x402-paymentpaypal-payoutsusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Programmatic PayPal payouts without managing API keys or subscriptions
  • Agent-initiated disbursements paid per-call with USDC on Base
  • Integrating PayPal payout functionality into crypto-native workflows

Fit

Best for

  • Developers wanting pay-per-use PayPal payout access without traditional API key management
  • AI agents that need to trigger PayPal payouts autonomously via x402
  • Projects on Base network looking for low-cost payout infrastructure

Not for

  • High-volume payout operations where a direct PayPal integration would be cheaper
  • Use cases requiring detailed API documentation or guaranteed SLAs
  • Users who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/73 \
  -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 (returns a valid 402 x402 challenge) and pricing is clear at $0.02 USDC. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the actual functionality behind 'paypal/payouts/73' is entirely undocumented. This is effectively a stub listing.

Warnings

  • No request body schema or OpenAPI spec available — callers cannot determine expected input format
  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no technical content
  • The endpoint name suggests PayPal payout functionality but no details confirm what it actually does or returns
  • The '/73' path suffix is unexplained — it may be a specific payout template or resource ID

Citations

Provenance

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

Agent access