Pay-per-call PayPal payouts endpoint settled via USDC on Base using x402.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. The specific resource at `/api/v1/paypal/payouts/78` accepts POST requests and charges $0.02 per call in USDC on the Base network. Payment is handled entirely through the x402 challenge-response flow — no API keys, accounts, or rate limits are required. The caller includes an X-PAYMENT header with a signed USDC payment to the provider's wallet, and the endpoint processes the request upon verification.
The provider's site (lowpaymentfee.com) hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. However, the specific endpoint listed here is for PayPal payouts, which is not prominently documented on the landing page. No OpenAPI schema, request/response examples, or detailed documentation were found for this particular endpoint — the docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content.
Because there is no documentation describing what request body this endpoint expects or what response it returns, callers will need to experiment or contact the provider. The endpoint is confirmed live (returning a valid x402 402 challenge), but the lack of schema and docs significantly limits usability.
Capabilities
Use cases
- —Triggering PayPal payouts programmatically without maintaining a PayPal developer account
- —Paying for individual payout API calls with USDC on Base instead of traditional billing
- —Agent-initiated PayPal disbursements settled on-chain
Fit
Best for
- —Developers who want PayPal payout access without API key management
- —Agents or bots that can pay per-call via x402 with USDC on Base
- —Low-volume or sporadic payout use cases where subscription billing is overkill
Not for
- —High-volume payout operations needing guaranteed SLAs and detailed documentation
- —Users who need well-documented request/response schemas before integrating
- —Anyone without access to USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/78 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is no documentation, no OpenAPI schema, no request/response examples, and the docs pages are empty. The specific PayPal payouts functionality is not described anywhere on the site. This is effectively a stub listing.
Warnings
- —No documentation found for this endpoint — docs, pricing, and README pages return only 'Connect wallet' with no content.
- —No request or response schema available; callers cannot determine expected input format.
- —The PayPal payouts endpoint is not listed on the provider's landing page catalog, raising questions about its status.
- —The endpoint's actual behavior (what payout it triggers, what parameters it accepts) is entirely unknown from available sources.
Citations
- —The endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payouts/78
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payouts/78
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, and README pages contain only a 'Connect wallet' prompt with no substantive documentationhttps://lowpaymentfee.com/docs