PayPal payouts endpoint via x402 micropayment on Base network, $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. The specific resource at `/api/v1/paypal/payouts/75` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or rate limits are required; access is granted per-request upon payment.
The broader lowpaymentfee.com platform hosts a variety of x402-gated API endpoints 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 with no minimums or commitments.
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 the PayPal payouts endpoint actually returns or what parameters it expects. The endpoint is live (returns a valid x402 402 challenge), but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Programmatic PayPal payouts triggered by on-chain USDC micropayments
- —Agent-initiated PayPal disbursements without traditional API key management
- —Pay-per-use PayPal payout integration for automated workflows
Fit
Best for
- —Developers wanting PayPal payout access without API key registration
- —AI agents needing on-demand PayPal disbursement capability
- —Low-volume or sporadic PayPal payout use cases where per-call pricing is economical
Not for
- —High-volume PayPal payout operations where direct PayPal API integration would be cheaper
- —Use cases requiring detailed documentation or SLA guarantees
- —Users who need full PayPal API coverage beyond payouts
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/75 \
-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, but there is zero documentation on request parameters, response format, or what the PayPal payouts endpoint actually does. No OpenAPI schema, no examples, and all doc pages are empty. 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 body and response format are unknown
- —The specific functionality of '/api/v1/paypal/payouts/75' (what the '75' parameter means, what payout actions are supported) is undocumented
- —PayPal payouts involve financial transactions and may be subject to regulatory requirements — use with caution
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/75
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and no minimumshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/75
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs