PayPal payouts endpoint paid per-call 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 subscriptions required. The endpoint accepts POST requests and returns JSON responses.
The broader lowpaymentfee.com platform advertises a range of pay-per-call 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 settled in USDC on Base via the x402 protocol.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no detailed description of what the PayPal payouts endpoint actually does or what parameters it accepts. The endpoint is live (returns a valid 402 challenge), but without documentation it is unclear what payload to send or what response to expect beyond JSON.
Capabilities
Use cases
- —Programmatically trigger PayPal payouts without managing API keys or subscriptions
- —Integrate PayPal disbursements into crypto-native agent workflows
- —Pay-per-use PayPal payout requests settled on-chain via USDC
Fit
Best for
- —Agents or bots needing on-demand PayPal payouts with crypto settlement
- —Developers who want keyless, pay-per-call access to PayPal functionality
- —Web3 applications bridging on-chain payments to PayPal recipients
Not for
- —Users needing detailed API documentation or guaranteed SLAs
- —High-volume payout operations where per-call pricing is inefficient
- —Anyone requiring non-USDC or non-Base-network payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/38 \
-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 payment. However, there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the PayPal payouts endpoint actually does or requires. The docs pages are all empty wallet-connect prompts. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; request format and expected payload are unknown
- —The specific functionality of the '/paypal/payouts/38' endpoint is unclear — it is unknown whether this actually triggers PayPal payouts or what the '38' path parameter signifies
- —Financial/payments category may be subject to regulatory requirements
Citations
- —Endpoint returns a valid x402 402 challenge with USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/38
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02https://lowpaymentfee.com/api/v1/paypal/payouts/38
- —Platform advertises $0.02/request pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only 'Connect wallet'https://lowpaymentfee.com/docs