PayPal payouts endpoint paid per-request via x402 on Base network using USDC.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. Each call costs $0.02 in USDC on the Base network, with no API keys, rate limits, or upfront commitments required. The endpoint accepts POST requests and returns JSON responses.
The broader lowpaymentfee.com platform offers a range of pay-per-request APIs 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 settled in USDC on Base.
The specific endpoint `/api/v1/paypal/payouts/48` appears to be a PayPal payout service, though documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what parameters the payout endpoint accepts or what it returns. The endpoint is live and returning a valid x402 402 challenge, but the lack of documentation makes it difficult to assess actual functionality or reliability.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Agent-initiated PayPal disbursements paid per-call in USDC
- —Integrating PayPal payouts into crypto-native workflows
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —Crypto-native agents needing fiat payout rails
- —Low-volume or sporadic PayPal payout needs without subscription overhead
Not for
- —High-volume PayPal payout operations where direct PayPal API integration is cheaper
- —Use cases requiring detailed documentation, SLAs, or guaranteed uptime
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/48 \
-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, but there is virtually no documentation — no OpenAPI schema, no request/response examples, no parameter descriptions. The docs/pricing/API pages all show only 'Connect wallet'. The purpose of the specific '/48' path segment is unclear. Functionality cannot be verified without paying.
Warnings
- —No API documentation available — docs, pricing, and API pages render only 'Connect wallet'
- —No OpenAPI or request/response schema provided for this endpoint
- —The specific meaning of '/48' in the path is unknown — it may reference a specific payout template or batch ID
- —PayPal payout services may be subject to financial regulations; verify compliance before use
- —Cannot confirm the endpoint actually triggers PayPal payouts — only the URL path suggests this
Citations
- —The endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units (USDC, 6 decimals = $0.02) on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/48
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/48
- —Docs, pricing, and API pages show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs