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 resource `/api/v1/paypal/payouts/28` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a 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 successful x402 payment.
The broader lowpaymentfee.com platform hosts a variety of x402-gated endpoints spanning data analytics, AI/ML inference, finance/crypto data, and utility services — all priced at $0.02 per request. However, 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 actual behavior of the PayPal payouts endpoint — what inputs it expects and what it returns — is unknown from the available sources.
Because the endpoint name references PayPal payouts, it likely triggers or facilitates a PayPal payout operation, but this is speculative given the lack of documentation. Users should proceed with caution and test with small amounts.
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 payout requests paid with USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-call PayPal payout access
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over traditional API subscriptions
Not for
- —Production PayPal integrations requiring documented SLAs and schemas
- —High-volume payout operations needing bulk/batch support with guaranteed delivery
- —Users who need detailed API documentation before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/28 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is zero documentation on request/response schemas, no OpenAPI spec, and the docs/pricing/README pages are all blank beyond a wallet connect prompt. The purpose of the PayPal payouts endpoint is unclear and must be inferred entirely from the URL path.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No request or response schema documented; actual endpoint behavior is unknown
- —Endpoint name suggests PayPal payout functionality but this is unverified
- —No OpenAPI or machine-readable spec provided
- —The specific resource ID '/28' in the path is unexplained
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/28
- —All endpoints 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/28