PayPal payouts endpoint via x402 micropayment on Base network for $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 at `/api/v1/paypal/payouts/91` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per request (maxAmountRequired of 20,000 base units with USDC's 6 decimals = $0.02). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The provider, lowpaymentfee.com, hosts a broad catalog of x402-gated endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per call. However, the specific functionality behind this particular PayPal payouts endpoint is not documented in any detail. The crawled docs, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what parameters the payout endpoint accepts or what it returns.
Because the endpoint is live (returning a valid 402 challenge) but lacks any documentation about its actual behavior, input parameters, or response format, users should treat this as an opaque endpoint. The name suggests it may facilitate or proxy PayPal payout operations, but this cannot be confirmed from available materials.
Capabilities
Use cases
- —Programmatically triggering PayPal payouts via a pay-per-call API
- —Integrating PayPal disbursements into agent workflows without managing API keys
- —Making low-cost PayPal payout requests settled in USDC on Base
Fit
Best for
- —Agents or bots needing on-demand PayPal payout access without traditional credentials
- —Developers wanting pay-per-use PayPal payout functionality
- —Crypto-native applications bridging to PayPal rails
Not for
- —Users needing detailed documentation or guaranteed SLAs before integration
- —High-volume payout operations where per-request pricing may not be optimal
- —Use cases requiring full PayPal API coverage beyond payouts
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/91 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation on request parameters, response format, or actual functionality. No OpenAPI schema, no examples, and all doc pages are empty beyond a wallet connect prompt. This is effectively a stub listing.
Warnings
- —No documentation available — all doc/pricing/README pages return only 'Connect wallet' with no content
- —No OpenAPI or input/output schema provided for this endpoint
- —The actual behavior of the PayPal payouts endpoint is completely undocumented and cannot be verified
- —Unknown what request body parameters are expected or what the response contains
- —PayPal payout functionality may involve regulated financial activity — verify compliance before use
Citations
- —The endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/91
- —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/91