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 is located at `/api/v1/paypal/payouts/31` and accepts POST requests. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or rate limits are required; access is granted per-request upon payment.
The provider site (lowpaymentfee.com) hosts a broader catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. However, the specific endpoint listed here is focused on PayPal payouts functionality. 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 examples of what the PayPal payouts endpoint actually accepts or returns.
Because of the lack of documentation, it is unclear what request body this endpoint expects (e.g., recipient email, amount, currency) or what the response payload looks like. The endpoint is confirmed live — it returns a proper x402 challenge with version 1 — but without schema or usage docs, integrators will need to experiment or contact the provider to understand the interface.
Capabilities
Use cases
- —Programmatic PayPal payouts triggered by on-chain USDC micropayments
- —Agent-initiated disbursements to PayPal recipients without traditional API key management
- —Pay-per-use PayPal payout integration for bots or automated workflows
Fit
Best for
- —Developers wanting keyless, pay-per-call PayPal payout access
- —AI agents that need to trigger PayPal disbursements autonomously
- —Projects already operating on Base network with USDC
Not for
- —High-volume payout operations where per-call pricing adds up quickly
- —Users who need detailed API documentation and guaranteed SLAs before integrating
- —Non-crypto-native teams unfamiliar with x402 payment flows
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/31 \
-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 zero documentation on request/response schemas, no OpenAPI spec, and the docs pages are empty. The PayPal payouts functionality is entirely undocumented, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No request or response schema provided; unclear what parameters the PayPal payouts endpoint accepts
- —No OpenAPI or ai-plugin manifest found
- —The actual PayPal payout functionality is unverifiable from available materials
Citations
- —Endpoint returns x402 challenge with maxAmountRequired 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/31
- —Site advertises $0.02 per request pricing with no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/31
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs