x402basequality 0.25

PayPal payouts endpoint gated by x402 micropayment on Base (USDC), $0.02/request.

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/18` 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 advertised; access is granted per-request upon payment.

The provider site lowpaymentfee.com hosts a broader catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. However, documentation is extremely thin: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available. The exact behavior of this PayPal payouts endpoint — what parameters it expects, what it returns, and what payout operation it performs — cannot be determined from the available material.

Because the endpoint's actual functionality is undocumented, callers should treat this as an opaque service. The x402 challenge is live and well-formed, confirming the endpoint is operational, but the lack of input/output schema documentation is a significant gap.

Capabilities

x402-paymentpaypal-payoutsusdc-settlementbase-networkper-request-pricingno-api-key

Use cases

  • Triggering PayPal payouts programmatically via a pay-per-use API
  • Integrating PayPal disbursements into agent workflows without managing API keys
  • Making one-off PayPal payments settled with USDC on Base

Fit

Best for

  • Developers wanting keyless, pay-per-call PayPal payout access
  • Agent systems that can settle x402 payments on Base
  • Users who prefer crypto micropayments over traditional API subscriptions

Not for

  • Production use requiring documented request/response schemas
  • High-volume PayPal payout operations needing SLA guarantees
  • Users who cannot transact in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on request parameters, response format, or what the PayPal payout operation actually does. No OpenAPI spec, no examples, and all doc pages are empty. This is effectively a stub listing.

Warnings

  • No request or response schema documentation available — endpoint behavior is unknown
  • All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
  • The specific function of '/api/v1/paypal/payouts/18' (what the '/18' signifies) is undocumented
  • PayPal payout functionality may be subject to financial regulations; verify compliance before use

Citations

Provenance

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

Agent access