PayPal payouts endpoint paid per-call via x402 on Base (USDC), $0.02/request.
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 — no API keys, no rate limits, and no upfront commitments. The endpoint accepts POST requests and returns JSON.
The broader lowpaymentfee.com platform offers a suite of pay-per-call APIs spanning data & analytics, AI & machine learning (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model settled in USDC on Base.
This specific endpoint (`/api/v1/paypal/payouts/70`) appears to facilitate PayPal payout operations, though detailed documentation on request/response schemas is not available from the crawled material. The x402 challenge confirms the endpoint is live, accepting payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The maximum payment required is 20,000 base units (i.e., $0.02 given USDC's 6 decimals).
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Integrating PayPal disbursements into agent workflows that settle in crypto
- —Making one-off PayPal payments from automated pipelines
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —AI agents that can settle x402 payments on Base
- —Prototyping payout flows without PayPal developer account setup
Not for
- —High-volume production payout systems needing guaranteed SLAs and detailed documentation
- —Users who need full PayPal API coverage beyond payouts
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/70 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation on request/response schemas, no OpenAPI spec, and the docs/pricing/README pages all returned only a 'Connect wallet' stub. The actual functionality of the PayPal payouts endpoint is unverifiable from available material.
Warnings
- —No request or response schema documentation available — the endpoint's exact input format and output structure are unknown.
- —Docs, pricing, README, and API pages all render only 'Connect wallet' with no substantive content.
- —The specific behavior of /api/v1/paypal/payouts/70 (what the '70' parameter means, required fields) is entirely undocumented.
- —Cannot verify whether this endpoint actually connects to PayPal or what payout operations it supports.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/70
- —All APIs on the platform cost $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 and payTo is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/paypal/payouts/70