PayPal payouts endpoint via x402 micropayment on Base network, $0.02 per 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/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
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
Quality
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
- —Endpoint returns a valid x402 402 challenge with USDC on Base network at maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/paypal/payouts/10
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/10
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs