PayPal payouts endpoint via x402 micropayment on Base network, $0.02 per request in USDC.
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/17` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (USD Coin) 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 X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform hosts a variety of pay-per-call API endpoints spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto data (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model and x402 payment flow on Base.
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 spec, no request/response schema documentation, and no usage examples available from the crawled material. The endpoint is confirmed live (returns a proper 402 challenge), but the actual behavior and response format of the PayPal payouts functionality cannot be verified from available sources.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Paying for PayPal payout services with USDC on Base
- —Agent-initiated PayPal disbursements via x402 micropayments
Fit
Best for
- —Developers who want keyless, pay-per-call PayPal payout access
- —AI agents needing to trigger PayPal payouts with crypto settlement
- —Users who prefer on-chain micropayments over traditional billing
Not for
- —High-volume PayPal payout operations requiring SLAs and guaranteed uptime
- —Users needing detailed API documentation and response schemas before integration
- —Anyone requiring non-USDC or non-Base-network payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/17 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network details. However, documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, no examples, and the actual functionality of the PayPal payouts endpoint is unverifiable from available material.
Warnings
- —No documentation available — all doc/pricing/API pages render only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —Actual PayPal payout functionality is unverified — endpoint purpose is inferred solely from URL path and title
- —The endpoint description 'Premium API Access' is generic and does not describe what the endpoint actually does
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/17
- —All endpoints priced at $0.02/request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/17
- —Docs, API, pricing, and README pages all show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs