x402-gated PayPal Payouts endpoint on Base, pay $0.02 per request in USDC.
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/89` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader lowpaymentfee.com platform advertises a wide catalog of x402-gated APIs 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 specific behavior of the PayPal Payouts endpoint (what input it expects, what it returns) is not documented in any accessible page.
The endpoint is live and returns a valid x402 challenge (HTTP 402) with x402Version 1, confirming it is operational. The payment timeout is 300 seconds. Given the complete lack of documentation on request format and response structure, callers will need to experiment or contact the provider to understand the expected POST body and response payload.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically via a pay-per-call model
- —Integrating PayPal disbursements into agent workflows without API key management
- —Making one-off PayPal payout requests settled with USDC on Base
Fit
Best for
- —Developers who want PayPal payout access without traditional API key signup
- —Agent-based workflows needing pay-per-use PayPal payout capability
- —Crypto-native applications that want to pay for financial services in USDC
Not for
- —High-volume PayPal payout operations where a direct PayPal integration would be cheaper
- —Users who need detailed API documentation and guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/89 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on request/response schemas, no OpenAPI spec, and no examples. The docs/pricing/README pages are all blank beyond a wallet connect prompt. The purpose of the PayPal Payouts endpoint is only inferable from the URL path. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or request/response schema provided for this endpoint
- —The specific behavior of the PayPal Payouts endpoint (input format, output format, what payout ID 89 means) is completely undocumented
- —This endpoint appears to facilitate financial transactions (PayPal payouts) — regulated category; verify compliance before use
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/89
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/89
- —Docs, pricing, API, and README pages render only a 'Connect wallet' prompt with no further contenthttps://lowpaymentfee.com/docs