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 path `/api/v1/paypal/payouts/66` suggests it triggers or retrieves PayPal payout operations. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals). The x402 challenge confirms the endpoint is live and accepts POST requests.
The provider, lowpaymentfee.com, hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and infrastructure utilities — all priced at $0.02 per call with no API keys, no rate limits, and no commitments. However, the specific functionality of this PayPal payouts endpoint is not documented in the crawled material. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no additional content. Without request/response schemas or documentation for this particular endpoint, the exact input parameters and output format remain unknown.
Because the endpoint's actual behavior (whether it initiates a PayPal payout, retrieves payout status, or something else) is not described anywhere in the available material, users should exercise caution and test with small amounts. The x402 challenge is valid and the endpoint is confirmed live via the 402 response.
Capabilities
Use cases
- —Triggering or querying PayPal payouts programmatically via a crypto-gated endpoint
- —Integrating PayPal payout functionality into agent workflows without traditional API keys
- —Making per-request payments for financial operations using USDC on Base
Fit
Best for
- —Developers who want keyless, pay-per-use access to PayPal payout functionality
- —Agent systems that can settle x402 payments on Base with USDC
- —Users seeking low-friction PayPal integrations without subscription commitments
Not for
- —Users needing detailed API documentation or guaranteed SLAs before integration
- —High-volume PayPal payout operations where per-request pricing may add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/66 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base), but there is no documentation, no request/response schema, and no explanation of what this PayPal payouts endpoint actually does. The docs and API pages are empty beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No documentation available for this specific endpoint — actual functionality is unknown
- —Docs, pricing, and API pages return only 'Connect wallet' with no content
- —No request or response schema provided — input parameters are entirely unknown
- —The endpoint name suggests PayPal payout operations which may involve regulated financial activity
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/66
- —The provider advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/66