PayPal payouts endpoint gated by x402 micropayment on Base network at $0.02/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/29` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at a cost of $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform advertises a range of pay-per-call APIs across categories including data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request. However, the specific endpoint in this listing is under a PayPal payouts path, suggesting it triggers or facilitates a PayPal payout operation. Documentation is extremely sparse — the docs, API, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.
Because there is no OpenAPI schema, no request/response examples, and no documentation describing what parameters the PayPal payouts endpoint expects or what it returns, the actual behavior of this endpoint is unclear. The x402 challenge is live and well-formed, confirming the endpoint is operational and accepting payments, but callers should proceed with caution given the lack of documentation.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-gated API
- —Integrating PayPal disbursements into an agent workflow without traditional API keys
- —Making one-off PayPal payout requests paid per-call with USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —Agent workflows that need to trigger payouts without OAuth credentials
- —Crypto-native applications bridging on-chain payments to PayPal
Not for
- —Production use requiring documented request/response schemas
- —High-volume payout operations needing guaranteed SLAs and support
- —Users who need detailed error handling documentation
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/29 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and accepts USDC on Base. However, there is zero documentation on request parameters, response format, or what the PayPal payouts endpoint actually does. No OpenAPI schema, no examples, and all doc pages return only a 'Connect wallet' stub. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content.
- —No request or response schema provided; callers cannot know what parameters to send or what to expect back.
- —The endpoint path suggests PayPal payout functionality but no details confirm what operations are supported or what PayPal integration exists.
- —The description 'Premium API Access' is generic and does not describe the endpoint's actual function.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/29
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/29
- —Docs, API, pricing, and README pages resolve to minimal 'Connect wallet' contenthttps://lowpaymentfee.com/docs