PayPal payouts endpoint gated by x402 micropayment 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 endpoint path `/api/v1/paypal/payouts/52` suggests it triggers or retrieves information about a specific PayPal payout. 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). The endpoint accepts POST requests and returns application/json.
The provider, lowpaymentfee.com, hosts a broader 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 minimum commitments. Documentation pages beyond the landing page are gated behind a wallet-connect flow, so detailed request/response schemas for this specific PayPal payouts endpoint are not publicly documented in the crawled material.
Because no OpenAPI spec, request body schema, or response examples are available from the crawl, the exact parameters required to invoke this payout endpoint and the shape of its response remain unknown. Agents should treat this as a stub listing until richer documentation surfaces.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a crypto-micropayment-gated API
- —Integrating PayPal disbursements into agent workflows without traditional API keys
- —Paying per-request for PayPal payout operations settled in USDC on Base
Fit
Best for
- —Developers who want keyless, pay-per-use PayPal payout access
- —AI agents that can settle x402 payments on Base
- —Projects needing low-friction PayPal payout integration without subscription plans
Not for
- —High-volume payout operations where per-request pricing becomes expensive
- —Users who need detailed documentation and guaranteed SLAs before integration
- —Applications requiring non-USDC or non-Base payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/52 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, and documentation pages are all gated behind wallet-connect with no useful content. The purpose of this specific PayPal payouts endpoint (path includes '/52') is ambiguous.
Warnings
- —No OpenAPI or request/response schema available — exact parameters and response shape are unknown
- —Documentation pages (/docs, /api, /pricing, /README) are all gated behind wallet-connect and contain no useful content
- —The endpoint path '/paypal/payouts/52' includes a numeric ID whose meaning is unclear — it may reference a specific payout template or record
- —The actual functionality behind this endpoint (create payout, retrieve payout status, etc.) cannot be confirmed from available material
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/paypal/payouts/52
- —Provider advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/52