PayPal payouts endpoint gated by x402 micropayment on Base (USDC), $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. The specific route `/api/v1/paypal/payouts/64` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a maximum cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are advertised; access is granted per-call upon valid x402 payment.
The provider site (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 request. However, documentation is extremely thin: 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 crawl. The actual behavior of the PayPal payouts endpoint — what request body it expects, what it returns, and whether it actually triggers a PayPal payout — cannot be verified from the available material.
Because the endpoint's functionality is opaque and the "PayPal payouts" label raises questions about what exactly is being offered (sending money via PayPal is a sensitive financial operation), users should exercise caution. The x402 challenge is live and well-formed, confirming the endpoint is operational at the protocol level, but the lack of documentation makes it impossible to confirm what the endpoint actually does.
Capabilities
Use cases
- —Programmatically triggering PayPal payouts via a pay-per-call API
- —Integrating PayPal disbursements into an agent workflow without managing API keys
- —Making one-off PayPal payments from a crypto-native application
Fit
Best for
- —Developers wanting pay-per-use PayPal payout access without subscription
- —Agent workflows that need to disburse funds via PayPal
- —Crypto-native apps needing fiat off-ramp via PayPal
Not for
- —Production financial workflows requiring documented, auditable API contracts
- —High-volume payout operations needing guaranteed SLAs and support
- —Users who need detailed request/response schemas before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/64 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and is priced at $0.02 USDC on Base. However, there is zero documentation on request format, response schema, or actual endpoint behavior. The docs/pricing/README pages are all blank 'Connect wallet' stubs. The PayPal payouts claim cannot be verified.
Warnings
- —No documentation available — /docs, /pricing, /README all render only 'Connect wallet' with no content.
- —No OpenAPI spec or request/response schema provided; request body and response format are unknown.
- —PayPal payouts is a sensitive financial operation; the actual behavior of this endpoint cannot be verified from available material.
- —The provider site lists many endpoint categories but none have visible documentation beyond titles and prices.
Citations
- —Endpoint returns HTTP 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/paypal/payouts/64
- —Provider advertises $0.02/request pricing 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/64
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs