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/62` and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units 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 data, and utility services, all priced at $0.02 per request. However, the specific endpoint listed here is in the PayPal payouts category. The exact request body schema and response format are not documented in the crawled material; the docs, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.
Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the landing page listing, the actual behavior of this endpoint (what parameters it expects, what a payout response looks like, whether it actually triggers a PayPal payout or returns payout data) remains unclear. Prospective callers should test with a small payment to discover the interface.
Capabilities
Use cases
- —Triggering or querying PayPal payouts programmatically via a crypto-gated endpoint
- —Integrating PayPal payout functionality into an agent workflow without traditional API keys
- —Pay-per-use access to PayPal payout services settled in USDC on Base
Fit
Best for
- —Developers who want keyless, pay-per-call access to PayPal payout functionality
- —Agent systems that can settle x402 payments in USDC on Base
- —Users who prefer crypto micropayments over traditional subscription billing
Not for
- —Anyone needing documented request/response schemas before integrating
- —High-volume payout workflows where $0.02 per call adds up significantly
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/62 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge), but there is no OpenAPI spec, no request/response documentation, no examples, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The actual functionality (does it initiate a PayPal payout? query one?) is entirely unclear.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No request body schema or response schema documented; callers must discover the interface by trial
- —The endpoint name suggests PayPal payouts but there is no evidence of what it actually does or returns
- —The '/62' path suffix is unexplained — it may be a specific payout ID or configuration
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/62
- —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/62