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 sign-up required. The endpoint accepts POST requests and returns JSON responses.
The broader lowpaymentfee.com platform offers a range of pay-per-call APIs spanning data & analytics, AI & machine learning (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model settled in USDC on Base.
The specific endpoint `/api/v1/paypal/payouts/61` is labeled "Premium API Access" but its exact functionality — presumably related to PayPal payout operations — is not documented in detail. No OpenAPI schema, request/response examples, or dedicated documentation pages were found during crawling. The docs, pricing, and API pages all resolve to a wallet-connect prompt with no additional content. Prospective users should be aware that the lack of documentation makes it difficult to determine the precise input parameters and output format without experimentation.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Integrating PayPal disbursements into crypto-native workflows
- —Agent-initiated payments to PayPal recipients via a single HTTP call
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —Crypto-native applications that need fiat payout rails
- —AI agents that need to trigger PayPal transfers autonomously
Not for
- —High-volume payout operations requiring bulk/batch processing guarantees
- —Users who need detailed API documentation and SLAs before integration
- —Applications requiring non-USDC or non-Base-network payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/61 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint's exact functionality is unclear beyond the label 'Premium API Access' and the URL path suggesting PayPal payouts.
Warnings
- —No API documentation found — docs, pricing, and API pages all resolve to a wallet-connect prompt with no content
- —No OpenAPI or request/response schema available; input parameters and output format are unknown
- —The exact behavior of the /api/v1/paypal/payouts/61 endpoint is undocumented and must be inferred from the URL path alone
- —The '61' in the path is unexplained — it may be a resource ID, version, or configuration parameter
Citations
- —The endpoint returns a 402 x402 challenge requesting 20000 base units of USDC (asset 0x8335…) on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/61
- —All APIs on the platform cost $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC on Base uses 6 decimals, so 20000 base units = $0.02https://lowpaymentfee.com