x402basequality 0.30

PayPal payouts endpoint gated by x402 micropayment on Base (USDC), $0.02 per 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/58` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with USDC's 6 decimals = $0.02). No API keys or rate limits are required; access is granted per-request upon payment.

The broader lowpaymentfee.com platform advertises a range of x402-gated API categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. However, the specific endpoint listed here falls under a "PayPal payouts" path, which is not explicitly documented on the site's landing page among the advertised categories. The endpoint is live and returns a valid x402 challenge (HTTP 402 with payment terms), but no detailed documentation, request/response schemas, or usage examples are available. The docs, pricing, and API pages behind the site all render only a "Connect wallet" prompt with no further content.

Because the endpoint's actual behavior (what payload it expects, what it returns, and what "PayPal payouts" means in this context) is undocumented, users should treat this as an exploratory integration. The payment mechanism is well-defined (x402 exact scheme, USDC on Base, 300-second timeout), but the functional contract of the API itself is opaque.

Capabilities

x402-paymentusdc-basepaypal-payoutsper-request-billingno-api-keypost-endpoint

Use cases

  • Triggering PayPal payouts programmatically via a crypto-gated endpoint
  • Integrating PayPal disbursements into Web3 workflows
  • Agent-initiated PayPal payments without traditional API key management

Fit

Best for

  • Developers wanting pay-per-use PayPal payout access without API key signup
  • Web3 agents that can settle USDC on Base
  • Low-volume or experimental PayPal payout integrations

Not for

  • High-volume PayPal payout operations needing SLA guarantees and documented error handling
  • Users who need detailed API documentation and response schemas before integrating
  • Non-crypto users who cannot settle payments in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/58 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -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/response format, no OpenAPI schema, and the docs pages are empty. The PayPal payouts path is not listed among the site's advertised APIs, making its actual functionality unclear.

Warnings

  • No documentation available for this specific endpoint — docs pages render only 'Connect wallet'
  • The /api/v1/paypal/payouts/58 path is not listed among the site's advertised API categories
  • No request or response schema is provided; actual payload format is unknown
  • Endpoint purpose ('PayPal payouts') is unverified — could involve regulated financial activity
  • The numbered path segment '/58' suggests a resource ID but its meaning is undocumented

Citations

Provenance

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

Agent access