PayPal payouts endpoint gated by x402 micropayments on Base (USDC), $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API resource (route `/api/v1/paypal/payouts/87`) behind an x402 payment wall. The x402 challenge confirms the endpoint is live and accepts payments in USDC on the Base network. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD — consistent with the site-wide pricing of $0.02 per request.
The provider's landing page advertises a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all at the same $0.02/request price point. No API keys or rate limits are required; access is instant via x402 payment headers settled on the Base L2 network. However, the specific functionality of this particular PayPal payouts endpoint is not documented beyond its title "Premium API Access." There is no OpenAPI schema, no request/response examples, and the docs, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no additional detail.
Because the endpoint's actual input parameters and response format are undocumented, callers will need to experiment or contact the provider to understand what payload to send and what to expect back. The endpoint accepts POST requests and returns `application/json`.
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 payout requests settled with USDC on Base
Fit
Best for
- —Developers who want keyless, pay-per-use PayPal payout access
- —AI agents that need to trigger payouts without pre-provisioned credentials
- —Low-volume or sporadic payout use cases where $0.02/call is economical
Not for
- —High-volume payout operations where per-call fees add up quickly
- —Users who need detailed API documentation and guaranteed SLAs before integrating
- —Anyone requiring non-USDC or non-Base-network payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/87 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request parameters, response schema, or what the PayPal payouts endpoint actually does. Docs pages are empty stubs. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI schema or request/response examples provided.
- —The specific behavior of /api/v1/paypal/payouts/87 (what the '87' refers to, required POST body fields, response format) is entirely undocumented.
- —The endpoint claims to relate to PayPal payouts but no details confirm actual PayPal integration or what data is required/returned.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/87
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The provider lists APIs across data & analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com