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/13` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC on the Base network, with a maximum cost of $0.02 per request (20,000 base units of USDC at 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The broader lowpaymentfee.com platform hosts a variety of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model and x402 gating on Base.
Documentation is extremely sparse. 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 endpoint is confirmed live (returns a valid 402 challenge), but the actual functionality behind the PayPal payouts resource — what inputs it expects and what it returns — is not documented in any accessible page.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-gated API
- —Integrating PayPal disbursements into an agent workflow without traditional API keys
- —Making one-off PayPal payments from a Web3 application
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —AI agents that can settle x402 payments on Base
- —Prototyping PayPal payout integrations without account setup
Not for
- —Production PayPal integrations requiring documented SLAs and error handling
- —High-volume payout operations where per-request pricing is inefficient
- —Users needing detailed API documentation or SDKs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/13 \
-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, confirming it exists and accepts payment. However, there is zero documentation on request/response schemas, no OpenAPI spec, no examples, and no explanation of what the PayPal payouts endpoint actually does or what parameters it accepts. The docs pages are all blank wallet-connect prompts. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided for this endpoint
- —Actual PayPal payout functionality is unverified — unclear what inputs are required or what the endpoint returns
- —The endpoint path includes '/13' which may be a specific payout ID; general usage pattern is unknown
Citations
- —The endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/13
- —All endpoints 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
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/13
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompt with no technical contenthttps://lowpaymentfee.com/docs