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/71` 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 payment.
The provider, lowpaymentfee.com, hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto data, and infrastructure utilities — all priced at $0.02 per request. However, the specific functionality behind this PayPal payouts endpoint is not documented in detail. The crawled docs, pricing, and README pages returned only a "Connect wallet" prompt with no additional technical documentation, request/response schemas, or usage examples.
Because the endpoint's actual behavior (what payload it expects, what a payout response looks like, whether it truly triggers a PayPal payout or returns payout data) is entirely undocumented, agents should treat this as a stub listing. The x402 challenge is live and well-formed, confirming the endpoint is operational at the protocol level, but the lack of documentation makes it risky to call without prior experimentation.
Capabilities
Use cases
- —Triggering or querying PayPal payouts programmatically via a pay-per-call model
- —Integrating PayPal payout functionality into an agent workflow without managing API keys
- —Accessing PayPal payout data with crypto-native micropayments on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payout access
- —Agents that can settle x402 payments in USDC on Base
- —Prototyping payout workflows without PayPal developer account setup
Not for
- —Production payout systems requiring documented SLAs and error handling
- —High-volume payout operations where $0.02/request overhead matters
- —Users needing detailed API documentation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/71 \
-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 accepts payment on Base in USDC at $0.02. However, there is zero documentation on request format, response schema, or actual endpoint behavior. Docs/pricing/README pages all returned only 'Connect wallet' with no content. This is effectively a stub.
Warnings
- —No documentation available for this specific endpoint — request/response schemas are unknown
- —All secondary pages (docs, pricing, README, api) returned only a 'Connect wallet' prompt with no useful content
- —It is unclear whether this endpoint actually triggers a PayPal payout, returns payout status, or does something else entirely
- —No OpenAPI spec or ai-plugin manifest found
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/71
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payouts/71