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/18` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). No API keys or rate limits are advertised; access is granted per-request upon payment.
The provider site lowpaymentfee.com hosts a broader catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. However, documentation is extremely thin: 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 usage examples available. The exact behavior of this PayPal payouts endpoint — what parameters it expects, what it returns, and what payout operation it performs — cannot be determined from the available material.
Because the endpoint's actual functionality is undocumented, callers should treat this as an opaque service. The x402 challenge is live and well-formed, confirming the endpoint is operational, but the lack of input/output schema documentation is a significant gap.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a pay-per-use API
- —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-call PayPal payout access
- —Agent systems that can settle x402 payments on Base
- —Users who prefer crypto micropayments over traditional API subscriptions
Not for
- —Production use requiring documented request/response schemas
- —High-volume PayPal payout operations needing SLA guarantees
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/18 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and pricing is clear ($0.02 USDC on Base). However, there is zero documentation on request parameters, response format, or what the PayPal payout operation actually does. No OpenAPI spec, no examples, and all doc pages are empty. This is effectively a stub listing.
Warnings
- —No request or response schema documentation available — endpoint behavior is unknown
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
- —The specific function of '/api/v1/paypal/payouts/18' (what the '/18' signifies) is undocumented
- —PayPal payout functionality may be subject to financial regulations; verify compliance before use
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/18
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/18
- —Documentation pages render only 'Connect wallet' with no technical contenthttps://lowpaymentfee.com/docs