PayPal payouts endpoint gated by x402 micropayment on Base (USDC, $0.02/request).
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/86` 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 advertises a range of pay-per-request APIs across categories including data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request. However, the documentation pages (docs, pricing, README) returned only a "Connect wallet" prompt with no substantive content, so the actual functionality behind this specific PayPal payouts endpoint is unclear.
The endpoint is live and returns a well-formed x402 challenge (version 1, scheme "exact"). The payTo address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3. There is no OpenAPI schema, no detailed documentation, and no example request/response bodies available, making it difficult to determine what parameters the POST body expects or what the response looks like.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-gated API
- —Integrating PayPal disbursements into an agent workflow without traditional API keys
- —Making one-off PayPal payments with per-request USDC micropayments
Fit
Best for
- —Developers who want keyless, pay-per-use PayPal payout access
- —Agent systems that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription-based PayPal API plans
Not for
- —High-volume PayPal payout operations where traditional PayPal API integration is more cost-effective
- —Users who need detailed API documentation and guaranteed SLAs
- —Anyone without a Base-compatible wallet holding USDC
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/86 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no example requests or responses, and the docs/pricing/README pages are all blank (just 'Connect wallet'). The actual functionality of the PayPal payouts endpoint is unverifiable.
Warnings
- —No documentation available — all doc pages return only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; unclear what POST body parameters are expected
- —The actual PayPal payout functionality is unverified — it is unclear whether this endpoint truly triggers PayPal payouts or what data it returns
- —The broader platform lists many diverse API categories ($0.02 each) but provides no evidence of working implementations
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units on Base network using USDChttps://lowpaymentfee.com/api/v1/paypal/payouts/86
- —Platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/86
- —Documentation, pricing, and README pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs