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/59` 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).
The broader lowpaymentfee.com platform advertises a range of pay-per-call APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments required. However, the specific functionality of this particular PayPal payouts endpoint is not documented beyond its title. No request/response schema, parameter documentation, or example payloads are provided in the crawled material.
The endpoint is live and returns a valid x402 challenge (HTTP 402) confirming it accepts the "exact" payment scheme on Base with USDC (contract 0x8335…2913). The payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. Because the actual behavior behind the paywall is undocumented, users should exercise caution and verify the endpoint's output before relying on it in production.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a single paid API call
- —Integrating PayPal disbursements into crypto-native workflows
- —Automating payouts without managing PayPal API credentials directly
Fit
Best for
- —Developers needing PayPal payouts without managing PayPal API keys
- —Crypto-native applications that want to pay per-call in USDC on Base
- —Quick one-off payout triggers without subscription commitments
Not for
- —High-volume payout operations where $0.02/call adds up significantly
- —Use cases requiring detailed PayPal transaction management or refund handling
- —Users who need comprehensive documentation and SLA guarantees before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/59 \
-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 zero documentation on what the PayPal payouts endpoint actually does, what request body it expects, or what it returns. The crawled docs/pricing/README pages are all blank beyond a 'Connect wallet' prompt. This is effectively a stub listing.
Warnings
- —No documentation exists for the PayPal payouts endpoint — request/response schemas are completely unknown.
- —The docs, pricing, API, and README pages on the site all render only a 'Connect wallet' prompt with no useful content.
- —The actual behavior behind the paywall is unverified; the endpoint could return anything.
- —The '/59' path suffix suggests a resource ID but its meaning is undocumented.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/59
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/59