PayPal payouts endpoint paid per-call 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 (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). The endpoint accepts POST requests and returns JSON responses. No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The broader lowpaymentfee.com platform advertises a range of APIs across data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities, all priced at $0.02 per request. This specific endpoint (/api/v1/paypal/payouts/40) appears to be a PayPal payouts service, though the exact request schema and response format are not documented in the available crawl material. The site's docs, pricing, and API pages all require a wallet connection and provide no additional technical detail.
The endpoint is live and returns a valid x402 challenge (HTTP 402) with x402Version 1, settling payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The timeout is 300 seconds. No OpenAPI spec, request body schema, or response examples are available, making integration speculative without further experimentation.
Capabilities
Use cases
- —Programmatically trigger PayPal payouts without managing API keys
- —Agent-initiated PayPal disbursements paid per-call in USDC
- —Automating small PayPal payments from a crypto-native workflow
Fit
Best for
- —Developers who want pay-per-use PayPal payout access without subscription
- —AI agents needing to trigger PayPal payments via x402
- —Crypto-native applications that need fiat payout rails
Not for
- —High-volume PayPal payout operations where direct PayPal API integration is cheaper
- —Use cases requiring detailed documentation or SLA guarantees
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/40 \
-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 no documentation of the request body schema, response format, or what the PayPal payouts endpoint actually does in detail. Docs pages all resolve to a wallet-connect prompt with no content. Integration would require trial and error.
Warnings
- —No request body schema or OpenAPI spec available — callers must guess the required POST payload
- —All documentation pages (docs, pricing, API, README) return only a 'Connect wallet' prompt with no technical content
- —The exact behavior of the /paypal/payouts/40 endpoint (what '40' means, required fields, error codes) is undocumented
- —This endpoint appears to facilitate financial transactions (PayPal payouts) which may be subject to money transmission regulations
Citations
- —Endpoint returns HTTP 402 with x402 challenge, maxAmountRequired 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/40
- —Platform advertises $0.02 per request pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/40