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. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints on the platform share a uniform pricing model of $0.02 per request, settled in USDC on the Base network with no API keys, rate limits, or commitments required.
The specific endpoint `/api/v1/paypal/payouts/96` is labeled "Premium API Access" in the x402 challenge. The probe confirms it is live, returning a 402 Payment Required response with an x402 version 1 challenge. Payment is accepted via the "exact" scheme on the Base network, with the asset being USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maxAmountRequired is 20000 base units, which at 6 decimals equals $0.02. The endpoint accepts HTTP POST requests.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no detailed description of what the PayPal Payouts endpoint actually does or what parameters it expects. The endpoint name suggests it may facilitate PayPal payout operations, but this cannot be confirmed from available materials.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a pay-per-call API
- —Integrating PayPal disbursements into agent workflows without managing API keys
- —Making one-off PayPal payout requests settled with USDC on Base
Fit
Best for
- —Developers needing keyless, pay-per-use PayPal payout access
- —AI agents that can settle x402 micropayments on Base
- —Users who want to avoid PayPal API key management overhead
Not for
- —High-volume payout operations where per-request fees add up
- —Users who need detailed documentation or SLA guarantees before integrating
- —Anyone requiring non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/96 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is virtually no documentation: no OpenAPI schema, no request/response examples, no description of what the PayPal Payouts endpoint actually does or accepts. The docs pages are empty beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided; endpoint behavior is unknown
- —The purpose of 'PayPal Payouts' via this endpoint is unverified — it is unclear what request body is expected or what response is returned
- —The platform lists many diverse API categories ($0.02 each) but provides no evidence of actual functionality behind them
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/96
- —All endpoints on the platform are priced at $0.02 per request with no API keys, rate limits, or commitmentshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/96