Pay-per-call PayPal Payouts API endpoint settled in USDC on Base via x402.
What it does
This endpoint at lowpaymentfee.com provides a PayPal Payouts API accessible via the x402 payment protocol. The endpoint path `/api/v1/paypal/payouts/95` suggests it triggers or facilitates PayPal payout operations. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). The x402 challenge confirms the endpoint is live and accepts POST requests.
The broader lowpaymentfee.com platform advertises a range of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto data, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments required. However, the specific PayPal Payouts endpoint is not listed on the site's public landing page among the advertised APIs, and no documentation, request schema, or response schema is available for it. The docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content.
Without documentation or examples for this specific endpoint, it is unclear what request body is expected or what the response looks like. The endpoint's purpose — whether it initiates a real PayPal payout, returns payout status, or serves some other function — cannot be confirmed from the available material. Users should exercise caution and test with small amounts.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without traditional API key management
- —Integrating PayPal payout functionality into crypto-native agent workflows
- —Making one-off PayPal payout requests settled via USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-call access to PayPal payout functionality
- —AI agents that can settle payments in USDC on Base
- —Users who prefer crypto micropayments over traditional API subscriptions
Not for
- —Production payout workflows requiring documented SLAs and support
- —Users who need detailed API documentation and request/response schemas before integrating
- —High-volume payout operations where per-call pricing may not be cost-effective
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/95 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and confirms pricing and network, but there is zero documentation for this specific PayPal Payouts endpoint — no request schema, no response schema, no examples, and the endpoint is not listed on the provider's own landing page. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available for this specific endpoint — docs pages render only 'Connect wallet'
- —This PayPal Payouts endpoint is not listed among the provider's publicly advertised APIs
- —No request or response schema is available; the expected POST body is unknown
- —The actual functionality (initiate payout, check status, etc.) cannot be verified from available material
- —Exercise caution: sending real PayPal payouts through an undocumented endpoint carries financial risk
Citations
- —The x402 challenge returns 402 with maxAmountRequired of 20000 in USDC (asset 0x8335…) on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/95
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only a 'Connect wallet' prompt with no further contenthttps://lowpaymentfee.com/docs