x402-gated PayPal payouts endpoint on Base, pay $0.02 per request in USDC.
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/93` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with an exact payment scheme. The maximum amount required per call is 20,000 base units, which at 6 decimals for USDC equals $0.02 per request. The payment timeout is 300 seconds.
The broader lowpaymentfee.com platform advertises a wide catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. However, the specific functionality behind this particular PayPal payouts endpoint is not documented in the crawled material. The endpoint path suggests it triggers or queries a PayPal payout (resource ID 93), but without further documentation or example responses, the exact input/output behavior is unknown.
The endpoint is confirmed live: it returns a proper x402 version 1 challenge with a 402 status code. The site root loads successfully (HTTP 200), though the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive documentation. This lack of documentation is a significant gap — there is no OpenAPI spec, no request/response examples, and no description of what the PayPal payouts endpoint actually does or what parameters it expects.
Capabilities
Use cases
- —Triggering or querying PayPal payouts programmatically via a pay-per-call model
- —Integrating PayPal payout functionality into agent workflows without API key management
- —Making one-off PayPal payout requests settled in USDC on Base
Fit
Best for
- —Developers who want keyless, pay-per-use access to PayPal payout functionality
- —AI agents that can settle x402 payments on Base in USDC
- —Users who need low-cost, commitment-free PayPal payout API calls
Not for
- —Production use cases requiring documented request/response schemas and SLAs
- —High-volume PayPal payout operations where per-call pricing adds up
- —Users who need detailed error handling documentation or support
Quick start
# Pay $0.02 USDC on Base per call via x402
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/93 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, confirming pricing and network details. However, there is zero documentation on what the PayPal payouts endpoint actually does, what request body it expects, or what it returns. The docs/pricing/README pages are all blank beyond a wallet connect prompt. No OpenAPI spec or examples exist. This is effectively a stub listing.
Warnings
- —No documentation available for this endpoint — all doc pages render only 'Connect wallet'
- —No OpenAPI or schema describing expected request body or response format
- —The actual functionality behind '/api/v1/paypal/payouts/93' is completely undocumented
- —No example requests or responses available to verify what the endpoint does
- —The resource ID '93' in the path is unexplained
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/93
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/93
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages all render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs