PayPal Payouts API endpoint paid per-request 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. Each call costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The endpoint accepts POST requests and returns JSON responses.
The specific endpoint `/api/v1/paypal/payouts/8` is labeled "Premium API Access" by the provider. While the provider's landing page lists many API categories (data & analytics, AI & ML, finance & Web3, infrastructure utilities), the actual functionality behind this particular payouts endpoint is not well documented. The crawled docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive documentation.
Payment is settled on-chain via USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on the Base L2 network. The x402 challenge confirms the endpoint is live and accepting payment headers. The maximum amount required is 20,000 base units of USDC (6 decimals), which equals $0.02 per request. The payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3.
Capabilities
Use cases
- —Programmatic PayPal payouts without managing API keys or subscriptions
- —Agent-initiated disbursements paid per-call with USDC on Base
- —Integrating PayPal payout functionality into crypto-native workflows
Fit
Best for
- —Developers needing pay-per-use PayPal payout access
- —AI agents that can settle payments via x402 on Base
- —Projects wanting to avoid PayPal API key management overhead
Not for
- —High-volume payout operations where direct PayPal API integration would be cheaper
- —Users who need detailed documentation or SLA guarantees before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/8 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base), but there is essentially no documentation for this specific endpoint. The docs, pricing, and README pages all returned only 'Connect wallet' with no content. No request/response schema, no explanation of what the PayPal payouts endpoint actually does or what parameters it accepts.
Warnings
- —No documentation available — docs, pricing, and README pages all return only a wallet-connect prompt with no substantive content.
- —The request body schema and response format for this endpoint are completely unknown.
- —It is unclear what 'PayPal Payouts' functionality this endpoint actually provides or what input it expects.
- —PayPal payouts involve regulated financial activity; verify the provider's compliance and legitimacy before use.
- —The '/8' path suffix is unexplained — it may indicate a specific payout tier or configuration but this is not documented.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/8
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/8