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/73` 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 hosts a variety of pay-per-call APIs across categories including 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. Documentation pages exist at /docs, /pricing, and /api but currently render only a "Connect wallet" prompt with no further technical detail.
Because the endpoint path references "paypal/payouts," it likely wraps or proxies PayPal's payout functionality, though no request/response schema or documentation is provided beyond the x402 challenge. The lack of an OpenAPI spec, request body schema, or example responses means callers must experiment or contact the provider to understand the expected input format and output structure.
Capabilities
Use cases
- —Programmatic PayPal payouts without managing API keys or subscriptions
- —Agent-initiated disbursements paid per-call with USDC on Base
- —Integrating PayPal payout functionality into crypto-native workflows
Fit
Best for
- —Developers wanting pay-per-use PayPal payout access without traditional API key management
- —AI agents that need to trigger PayPal payouts autonomously via x402
- —Projects on Base network looking for low-cost payout infrastructure
Not for
- —High-volume payout operations where a direct PayPal integration would be cheaper
- —Use cases requiring detailed API documentation or guaranteed SLAs
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/73 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear at $0.02 USDC. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the actual functionality behind 'paypal/payouts/73' is entirely undocumented. This is effectively a stub listing.
Warnings
- —No request body schema or OpenAPI spec available — callers cannot determine expected input format
- —Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no technical content
- —The endpoint name suggests PayPal payout functionality but no details confirm what it actually does or returns
- —The '/73' path suffix is unexplained — it may be a specific payout template or resource ID
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/73
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/73
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs