PayPal payouts endpoint via x402 micropayment on Base network for $0.02/request
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. The endpoint is located at `/api/v1/paypal/payouts/35` 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). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The broader lowpaymentfee.com platform advertises a range of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto data, and utility services, all priced at $0.02 per request. However, the specific functionality of this PayPal payouts endpoint is not well-documented. The endpoint's description is simply "Premium API Access," and the crawled documentation pages returned only wallet-connect prompts with no further detail. It is unclear what request body this endpoint expects or what response it returns beyond the stated MIME type of `application/json`.
The endpoint is live and returns a valid x402 challenge (HTTP 402) confirming it is operational. The payment is routed to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the USDC contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base. The x402 version is 1 with an "exact" payment scheme and a 300-second timeout.
Capabilities
Use cases
- —Programmatic PayPal payouts triggered by an AI agent or automated workflow
- —Disbursing funds to PayPal recipients without managing API keys or OAuth tokens
- —Pay-per-use PayPal transfers settled via crypto micropayments on Base
Fit
Best for
- —Agents needing to trigger PayPal payouts without traditional API key management
- —Developers who want pay-per-call access to PayPal payout functionality
- —Crypto-native workflows that need fiat disbursement via PayPal
Not for
- —High-volume bulk PayPal payouts where direct PayPal API integration would be cheaper
- —Use cases requiring detailed PayPal transaction status tracking or webhooks
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/35 \
-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 no documentation on request/response schemas, no OpenAPI spec, and the crawled docs pages are empty. The endpoint's actual functionality (what PayPal payout parameters it accepts) is entirely unknown from available material.
Warnings
- —No request or response schema documented — callers cannot determine what parameters to send
- —Documentation pages (/docs, /api, /pricing, /README) all returned only 'Connect wallet' with no useful content
- —The specific behavior of the PayPal payouts endpoint is unclear — 'Premium API Access' is the only description
- —No information on whether this endpoint actually integrates with PayPal's API or what payout parameters are supported
- —The '/35' path suffix is unexplained
Citations
- —Endpoint returns HTTP 402 with x402 challenge confirming it is livehttps://lowpaymentfee.com/api/v1/paypal/payouts/35
- —Price is $0.02 per request (maxAmountRequired 20000 base units USDC on Base)https://lowpaymentfee.com
- —Platform advertises no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/35