x402basequality 0.30

PayPal payouts endpoint via x402 micropayment on Base network, $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 route `/api/v1/paypal/payouts/10` suggests it triggers a PayPal payout of $10 (based on the URL path convention). Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to a POST request.

The provider lowpaymentfee.com hosts a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per call. However, documentation is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no explanation of what parameters the PayPal payouts endpoint accepts or what it returns. The endpoint is live (returns a valid 402 challenge), but the lack of documentation makes it difficult to use without experimentation.

Capabilities

x402-paymentpaypal-payoutsusdc-settlementbase-networkpost-methodno-api-keyper-request-pricing

Use cases

  • Programmatically trigger a PayPal payout without managing PayPal API credentials directly
  • Pay for PayPal disbursements using USDC on Base network
  • Automate small PayPal payments from an AI agent or bot

Fit

Best for

  • Developers who want PayPal payouts without a PayPal developer account
  • Agents needing to send PayPal payments via crypto micropayments
  • Quick one-off PayPal disbursements without subscription overhead

Not for

  • High-volume PayPal payouts where direct PayPal API integration would be cheaper
  • Users who need detailed documentation or SLA guarantees 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/10 \
  -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 402 challenge, confirming it exists and accepts payments. However, there is zero documentation on request parameters, response format, or behavior. No OpenAPI schema, no examples, and all doc pages render only 'Connect wallet'. The PayPal payout functionality is inferred solely from the URL path.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • Exact functionality of the PayPal payouts endpoint is unclear — the '$10' amount is inferred from the URL path '/payouts/10' but unconfirmed
  • No information on required request body parameters (e.g., recipient email, payout details)
  • Provider legitimacy and PayPal integration cannot be verified from available materials

Citations

Provenance

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

Agent access