PayPal payouts endpoint paid per-call via x402 on Base network using 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/72` is labeled "Premium API Access" 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 broader lowpaymentfee.com platform advertises a range of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per request. However, the specific endpoint in this listing is under the PayPal payouts path, suggesting it triggers or facilitates a PayPal payout operation. Documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.
Because there is no OpenAPI schema, no request/response examples, and no documentation explaining what parameters the POST body expects or what the response looks like, the actual behavior of this endpoint is largely unknown. The x402 challenge is live and well-formed, confirming the endpoint is operational and accepting payments, but callers should proceed with caution given the lack of documentation.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-paid API
- —Integrating PayPal disbursements into an agent workflow without traditional API keys
- —Making one-off PayPal payout requests settled in USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-call access to PayPal payout functionality
- —AI agents that can settle payments via x402 on Base
- —Users who prefer crypto micropayments over traditional API subscription billing
Not for
- —Production use requiring well-documented request/response schemas
- —High-volume PayPal payout operations needing SLA guarantees
- —Users who need detailed error handling documentation
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/72 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and accepts USDC payments on Base. However, there is zero documentation on request parameters, response format, or actual functionality. The docs/pricing/README pages are all blank beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No OpenAPI schema or request/response documentation available
- —Docs, pricing, and README pages contain no usable content (only 'Connect wallet')
- —The actual behavior of the PayPal payouts endpoint is undocumented — it is unclear what POST body is expected or what response is returned
- —Endpoint involves PayPal payouts which may be subject to financial regulations and PayPal's own terms of service
Citations
- —The x402 challenge returns 402 with maxAmountRequired of 20000 in USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/72
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages resolve to minimal 'Connect wallet' contenthttps://lowpaymentfee.com/docs