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/26` 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 = $0.02). No API keys or rate limits are required; access is granted per-request upon payment.
The provider, lowpaymentfee.com, hosts a broader catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. However, the specific functionality of this particular PayPal payouts endpoint is not documented in the crawled material. The endpoint's description is simply "Premium API Access," and no request/response schema, parameter documentation, or usage examples were found. It is unclear what payload the POST body expects or what the response contains.
The endpoint is confirmed live: it returns a proper x402 version 1 challenge with a 402 status code. The payment is routed to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) on Base. The timeout for payment settlement is 300 seconds.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Paying for PayPal disbursement calls with USDC on Base
- —Agent-initiated PayPal transfers via x402 micropayments
Fit
Best for
- —Developers who want keyless, pay-per-use PayPal payout access
- —AI agents that need to trigger PayPal payouts autonomously
- —Users who prefer crypto-settled API billing over traditional subscriptions
Not for
- —High-volume PayPal payout operations where a direct PayPal 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/26 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, confirming pricing and network. However, there is no documentation on request parameters, response schema, or what the PayPal payouts endpoint actually does. The crawled pages beyond the homepage only show 'Connect wallet' with no substantive content. This is effectively a stub listing.
Warnings
- —No request or response schema documented — unclear what POST body is expected
- —No documentation found for the /api/v1/paypal/payouts/26 endpoint specifically
- —The docs, API, pricing, and README pages all returned only 'Connect wallet' with no content
- —Endpoint purpose ('PayPal payouts') is inferred solely from the URL path; actual functionality is unverified
Citations
- —Endpoint returns x402 version 1 challenge with 402 status, maxAmountRequired 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/26
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/26