PayPal Payouts endpoint gated by x402 micropayment on Base (USDC), $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides a PayPal Payouts API accessible via the x402 payment protocol. The endpoint path `/api/v1/paypal/payouts/81` suggests it triggers or retrieves a PayPal payout operation. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per request (20,000 base units 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 provider, lowpaymentfee.com, hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and utility services, all priced at $0.02 per call. However, the specific functionality of this PayPal Payouts endpoint is not well-documented. The crawled docs, pricing, and API pages all returned only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what parameters the POST body expects or what the response contains. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without managing API keys
- —Integrating PayPal disbursements into crypto-native agent workflows
- —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
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over traditional API subscriptions
Not for
- —High-volume PayPal payout operations where a direct PayPal integration would be cheaper
- —Users who need detailed documentation and guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/81 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, and no documentation beyond the endpoint path. The actual functionality (what the PayPal payout endpoint does, what parameters it accepts) is entirely undocumented.
Warnings
- —No OpenAPI schema or request/response documentation available
- —Endpoint functionality must be inferred solely from the URL path — no description of expected POST body or response format
- —Docs, pricing, API, and README pages all returned only 'Connect wallet' with no technical content
- —It is unclear whether this endpoint initiates a real PayPal payout or returns payout data — use with caution
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/81
- —All APIs on lowpaymentfee.com are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/81