PayPal payouts endpoint gated by x402 micropayment on Base (USDC, $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/43` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). No API keys or rate limits are advertised; access is granted per-request upon payment.
The provider site 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, documentation is extremely thin: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled material. The exact behavior of this PayPal payouts endpoint — what parameters it expects, what it returns, and whether it actually triggers a real PayPal payout — cannot be confirmed from the available information.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a pay-per-use API
- —Integrating PayPal disbursements into an agent workflow without managing API keys
- —Making one-off PayPal payouts settled with USDC on Base
Fit
Best for
- —Developers wanting key-less, pay-per-call PayPal payout access
- —Agent-based workflows that can settle x402 payments on Base
- —Low-volume or sporadic payout needs where $0.02/request is cost-effective
Not for
- —High-volume PayPal payout operations (no bulk pricing or rate documentation)
- —Users who need detailed API documentation or SLA guarantees
- —Anyone needing non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/43 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge), but there is zero documentation on request/response schemas, no OpenAPI spec, and the docs/pricing/README pages are all empty beyond a wallet connect prompt. The actual functionality of a 'PayPal payouts' endpoint behind a $0.02 crypto paywall is unverifiable from available material.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided; request format and response structure are unknown
- —The claim that this endpoint triggers actual PayPal payouts cannot be verified from crawled content
- —Provider hosts many diverse API categories (AI, finance, geocoding, etc.) all at identical $0.02 pricing, which raises questions about actual backend implementation
Citations
- —Endpoint returns HTTP 402 with x402 challenge requiring USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/43
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02https://lowpaymentfee.com/api/v1/paypal/payouts/43
- —Site advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs