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 route `/api/v1/paypal/payouts/36` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per request (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-call upon payment.
The broader lowpaymentfee.com platform advertises a variety of x402-gated API 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 at the same $0.02/request price point. However, the specific endpoint listed here is for PayPal payouts, and no documentation was found describing the request body schema, expected parameters, or response format for this particular route. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content.
Without request/response schema documentation, callers will need to experiment or contact the provider to understand the expected POST body and the structure of the payout response. The endpoint is confirmed live (returns a valid x402 402 challenge), but the lack of documentation is a significant gap.
Capabilities
Use cases
- —Programmatic PayPal payouts without managing API keys or subscriptions
- —Agent-initiated PayPal disbursements paid per-call in USDC
- —Automating small PayPal transfers from a crypto-native workflow
Fit
Best for
- —Developers who want pay-per-use PayPal payout access without traditional API key management
- —Crypto-native agents that can settle USDC on Base
- —Low-volume or sporadic payout use cases where subscriptions are wasteful
Not for
- —High-volume PayPal payout operations where direct PayPal API integration is more cost-effective
- —Users who need detailed API documentation and guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/36 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on the request body, response format, or what 'paypal/payouts/36' actually does. Docs pages are empty stubs. The listing is effectively a stub with only pricing and liveness confirmed.
Warnings
- —No request or response schema documentation available for this endpoint
- —Docs, pricing, and API pages return only 'Connect wallet' with no content
- —The purpose of the '/36' path segment is unclear — it may reference a specific payout template or batch ID
- —No OpenAPI spec or AI plugin manifest found
- —Cannot verify what PayPal payout functionality is actually provided behind the paywall
Citations
- —Endpoint returns x402 402 challenge with maxAmountRequired 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/36
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/36