PayPal payouts endpoint gated by x402 micropayment on Base (USDC), $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. The endpoint is located at `/api/v1/paypal/payouts/19` and accepts POST requests. Payment is settled in USDC on the Base network, with a maximum cost of $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The provider site (lowpaymentfee.com) hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. However, documentation for this specific PayPal payouts endpoint is extremely sparse. The crawled docs, pricing, API, and README pages all returned only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what parameters the PayPal payouts endpoint expects or what it returns. The endpoint is confirmed live (returns a valid x402 402 challenge), but the actual functionality behind the paywall is unknown.
Because the endpoint name suggests it triggers real PayPal payouts, callers should exercise caution. Without documentation clarifying required input fields (recipient email, amount, currency, etc.) or the response format, it is impossible to verify what this endpoint actually does once payment is made.
Capabilities
Use cases
- —Programmatically triggering PayPal payouts from an agent or automated workflow
- —Paying for on-demand PayPal disbursements without managing API keys
- —Integrating PayPal payouts into a crypto-native application via x402
Fit
Best for
- —Developers who want key-less, pay-per-call PayPal payout access
- —Agents that need to trigger PayPal payments with crypto settlement
- —Workflows requiring low-friction PayPal disbursements at $0.02 per call
Not for
- —Production use cases requiring documented request/response schemas and SLAs
- —High-volume PayPal payouts where direct PayPal API integration would be cheaper
- —Users who need detailed error handling documentation before calling
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/19 \
-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 it exists and is gated at $0.02 USDC on Base. However, there is zero documentation on request parameters, response format, or actual functionality. No OpenAPI schema, no examples, and all doc pages return only 'Connect wallet'. This is effectively a stub listing.
Warnings
- —No documentation available — all doc/pricing/API pages return only 'Connect wallet' with no technical content
- —No request or response schema provided; unknown what parameters the PayPal payouts endpoint expects
- —Endpoint may trigger real financial transactions (PayPal payouts) — use with extreme caution without verified documentation
- —The '/19' suffix in the path is unexplained and may indicate a specific payout configuration or resource ID
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/19
- —All APIs on the site are priced 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/19