PayPal payouts endpoint gated by x402 micropayments 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 specific resource `/api/v1/paypal/payouts/22` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network, with a maximum cost of 20,000 base units (0.02 USDC, i.e., $0.02 per request). 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 (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and infrastructure utilities — all uniformly priced at $0.02 per call. However, the specific endpoint listed here is in the PayPal payouts category. Documentation beyond the landing page is extremely sparse: the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail.
Because there is no OpenAPI schema, no request/response examples, and no documentation describing what inputs this PayPal payouts endpoint expects or what it returns, the actual functionality remains unclear. The endpoint is confirmed live (returns a proper 402 x402 challenge), but prospective callers should be aware that they are paying before seeing any documented contract for the response format.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-micropayment-gated endpoint
- —Integrating PayPal disbursements into an agent workflow without traditional API keys
- —Pay-per-use PayPal payout requests settled on Base L2
Fit
Best for
- —Developers who want keyless, pay-per-call access to PayPal payout functionality
- —AI agents that can settle x402 payments on Base and need to initiate PayPal payouts
- —Projects needing low-friction PayPal payout integration without subscription commitments
Not for
- —Users who need detailed API documentation and response schemas before integrating
- —High-volume payout operations where per-call pricing may not be cost-effective
- —Anyone requiring non-USDC or non-Base-network payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/22 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network. However, there is zero documentation on request/response schemas, no OpenAPI spec, no examples, and the docs/pricing/README pages are all empty wallet-connect stubs. The actual functionality of a 'PayPal payouts' endpoint behind a crypto paywall is unverified and unclear.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
- —No request or response schema provided; callers cannot know what inputs are expected or what the endpoint returns.
- —The nature of a 'PayPal payouts' endpoint gated behind anonymous crypto micropayments is unusual and potentially risky — verify legitimacy before sending funds.
- —The endpoint path includes '/22' which may be a specific payout ID or configuration; its meaning is undocumented.
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/22
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/22
- —Documentation pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs