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 — no API keys, no rate limits, and no commitments required. The endpoint accepts POST requests and returns JSON.
The broader lowpaymentfee.com platform advertises a suite of pay-per-request 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/25) is labeled "Premium API Access" and appears to facilitate PayPal payout operations. However, 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 schema, no request/response examples, and no description of what input parameters the endpoint expects or what it returns. Prospective users should proceed with caution given the lack of documentation.
Capabilities
Use cases
- —Programmatically trigger PayPal payouts without managing API keys
- —Agent-initiated PayPal disbursements paid per-call in USDC
- —Automating small PayPal payments from a crypto-native workflow
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —Crypto-native agents that can settle x402 payments on Base
- —Quick prototyping of payout flows without PayPal developer account setup
Not for
- —High-volume PayPal payout operations where direct PayPal API integration is cheaper
- —Users who need detailed documentation and SLA guarantees before integrating
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/25 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is virtually no documentation — no OpenAPI schema, no request/response examples, no explanation of what the PayPal payouts endpoint actually does or what parameters it accepts. The docs, pricing, and README pages are all blank beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No OpenAPI schema or request/response documentation available
- —Docs, pricing, and README pages render only 'Connect wallet' with no content
- —The exact functionality of /api/v1/paypal/payouts/25 is unclear — 'Premium API Access' is the only description
- —No information on what PayPal payout parameters are expected in the POST body
- —This endpoint may involve regulated financial activity (PayPal payouts); verify compliance before use
Citations
- —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/25
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/25
- —Docs, API, pricing, and README pages show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs