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 specific resource `/api/v1/paypal/payouts/85` is labeled "Premium API Access" and accepts POST requests. 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). No API keys or rate limits are advertised; access is granted per-call upon valid x402 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 behind this PayPal payouts endpoint is not documented beyond its title. The crawled docs, pricing, and API pages returned only a "Connect wallet" prompt with no further technical documentation, request/response schemas, or usage examples. Because of this, the actual request body format and response structure for the payouts endpoint remain unknown.
The endpoint is confirmed live: it returns a well-formed x402 version 1 challenge with a 402 status code. The payment scheme is "exact" with a 300-second timeout. The payTo address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Paying per-call for payout operations using USDC on Base
- —Agent-initiated PayPal disbursements via x402 protocol
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —AI agents that can settle x402 payments on Base
- —Low-volume payout use cases where $0.02/request is cost-effective
Not for
- —High-volume payout operations where per-call fees add up
- —Users who need detailed API documentation and SLAs before integrating
- —Non-crypto users without a Base-compatible wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/85 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on request/response schemas, no OpenAPI spec, and the crawled pages beyond the landing page are empty stubs. The actual functionality behind 'PayPal payouts' is unverified and undocumented.
Warnings
- —No request or response schema documented — the actual payload format is unknown
- —Docs, pricing, API, and README pages all returned only 'Connect wallet' with no content
- —The specific behavior of the PayPal payouts endpoint (what it actually does, required fields, etc.) cannot be verified from available material
- —Provider hosts many endpoints at uniform $0.02 pricing with no visible documentation for any of them
Citations
- —Endpoint returns x402 version 1 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/85
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/85