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 route `/api/v1/paypal/payouts/27` 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). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The broader lowpaymentfee.com platform hosts a variety of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model and are gated via x402 on Base.
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 spec, no request/response schema documentation, and no example payloads available. The actual behavior of the PayPal payouts endpoint — what parameters it accepts, what it returns, and what payout functionality it provides — cannot be determined from the available material. The endpoint is confirmed live (returns a valid 402 challenge), but prospective users should proceed with caution given the lack of documentation.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a pay-per-call model
- —Integrating PayPal disbursements into agent workflows without managing API keys
- —Making one-off PayPal payments settled with USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —AI agents that need to trigger PayPal payouts with crypto micropayments
- —Prototyping payout flows without PayPal developer account setup
Not for
- —Production payout systems requiring documented SLAs and error handling
- —High-volume batch PayPal payouts where per-request fees add up
- —Users needing detailed API documentation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/27 \
-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 pricing and network. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The actual functionality of the PayPal payouts endpoint is entirely undocumented, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —Actual PayPal payout functionality and required parameters are unknown
- —The endpoint name suggests PayPal integration but there is no verification of what it actually does
- —Endpoint path includes '/27' which may be a specific payout ID or configuration — purpose unclear
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/27
- —All endpoints priced at $0.02/request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/27
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs