PayPal payouts endpoint gated by x402 micropayment 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. The specific resource `/api/v1/paypal/payouts/23` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per request (maxAmountRequired of 20,000 base units with USDC's 6 decimals = $0.02). No API keys or rate limits are required; access is granted per-call upon payment.
The broader lowpaymentfee.com platform hosts a variety of x402-gated APIs spanning data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with the same pay-per-use model on the Base network.
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 spec, no request/response schema documentation, and no usage examples available from the crawled pages. The exact functionality of the `/api/v1/paypal/payouts/23` endpoint (what inputs it expects, what it returns) cannot be confirmed from the available material.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a single paid API call
- —Integrating PayPal disbursements into agent workflows without managing API keys
- —Making on-demand PayPal transfers settled with USDC micropayments on Base
Fit
Best for
- —Agents needing keyless, pay-per-use PayPal payout functionality
- —Developers wanting to avoid PayPal API credential management
- —Crypto-native workflows that need fiat payout rails
Not for
- —High-volume bulk PayPal payouts where per-call fees add up
- —Use cases requiring detailed documentation or SLA guarantees
- —Users who need non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/23 \
-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 zero documentation on request/response schemas, no OpenAPI spec, and the docs pages are empty stubs. The purpose of '/api/v1/paypal/payouts/23' (especially the trailing '23') is unclear. Effectively a stub listing.
Warnings
- —No OpenAPI spec or request/response schema available
- —Documentation pages (docs, pricing, API, README) all render only 'Connect wallet' with no content
- —The specific meaning of '/23' in the endpoint path is unknown — it may be a fixed resource ID or a parameter
- —Actual PayPal payout functionality is unverified; the endpoint description is generic ('Premium API Access')
- —No information on error handling, response format, or required POST body fields
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/23
- —All endpoints on the platform are listed at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/23