PayPal payouts 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. The specific resource at `/api/v1/paypal/payouts/77` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an x402 payment header to each request.
The broader lowpaymentfee.com platform advertises a wide range of pay-per-call APIs across categories including data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and crypto market data, and infrastructure utilities. All endpoints share the same $0.02/request pricing model. However, the specific endpoint listed here targets PayPal payouts functionality.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what parameters the PayPal payouts endpoint expects or what it returns. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual behavior behind the paywall is unknown.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without traditional API key management
- —Integrating PayPal disbursements into crypto-native workflows
- —Paying for PayPal payout services on a per-request basis using USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-call PayPal payout access
- —Crypto-native applications needing fiat payout rails
- —Agents or bots that can settle payments via x402 protocol
Not for
- —Users needing detailed API documentation or guaranteed SLAs before integrating
- —High-volume PayPal payout operations requiring bulk pricing or dedicated support
- —Anyone who needs to understand exact request/response schemas before paying
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/77 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network details. However, there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the PayPal payouts endpoint actually does or what parameters it accepts. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; the actual behavior behind the paywall is completely unknown
- —The endpoint path includes '/paypal/payouts/77' but there is no explanation of what '77' refers to or what payout functionality is offered
- —Cannot verify that this endpoint actually interfaces with PayPal — claims are unsubstantiated
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 USDC base units on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/77
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/77