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/51` 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 broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto, and infrastructure utilities, all priced at $0.02 per request. However, the specific endpoint listed here is focused on PayPal payouts functionality. The exact request schema and response format are not documented in the crawled material — the docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further detail.
Because no OpenAPI spec, request/response examples, or detailed documentation were found, the actual capabilities and expected input/output of this PayPal payouts endpoint remain unclear. It is live (returning a valid 402 challenge), but prospective callers should proceed with caution given the lack of documentation.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-gated API
- —Integrating PayPal disbursements into an agent workflow without traditional API keys
- —Making one-off PayPal payout requests paid per-call in USDC on Base
Fit
Best for
- —Developers who want keyless, pay-per-use PayPal payout access
- —Agents that can settle x402 payments in USDC on Base
- —Use cases requiring low-friction, no-commitment PayPal payout triggers
Not for
- —Production-critical payout workflows requiring documented SLAs and error handling
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume payout operations where per-request pricing is inefficient
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/51 \
-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, but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The actual behavior of the PayPal payouts endpoint is entirely undocumented, making this effectively a stub listing.
Warnings
- —No API documentation found — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No request or response schema available; the expected POST body and response format are unknown
- —The endpoint claims to offer PayPal payouts but no details on required parameters (recipient, amount, currency, etc.) are provided
- —Potential regulatory concern: PayPal payouts involve money transmission; no compliance or terms of service information found
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/51
- —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 address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/51