Pay-per-call PayPal payments endpoint on Base via x402, priced at $0.02 USDC per request.
What it does
This endpoint at lowpaymentfee.com provides a PayPal payments API accessible via the x402 payment protocol. It sits under the path `/api/v1/paypal/payments/40` and accepts POST requests. Payment is settled in USDC on the Base network using the "exact" scheme, with a maximum amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals).
The provider's landing page advertises a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and no minimum commitments. However, the specific endpoint being listed here is under the PayPal payments path, and no documentation beyond the landing page is available — the /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no substantive content.
Because there is no OpenAPI schema, no request/response examples, and no detailed documentation for this particular endpoint, the exact request body format and response structure are unknown. The x402 challenge confirms the endpoint is live and accepting payment-gated POST requests, but what the PayPal payments endpoint actually returns remains unclear.
Capabilities
Use cases
- —Programmatic PayPal payment initiation via a crypto-settled API call
- —Agent-driven payment workflows that settle in USDC on Base
- —Integrating PayPal payment functionality without traditional API key management
Fit
Best for
- —Developers wanting keyless, pay-per-call access to a PayPal payments endpoint
- —AI agents that can settle x402 payments in USDC on Base
- —Prototyping payment flows without upfront commitments or rate limits
Not for
- —Production PayPal integrations requiring documented, well-specified APIs
- —Users who need detailed request/response schemas before integration
- —High-volume payment processing where $0.02 per call adds up significantly
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/40 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The x402 challenge confirms the endpoint is live and payment-gated at $0.02 USDC on Base. However, there is no OpenAPI schema, no request/response documentation, no examples, and the docs/pricing/README pages are all empty. The purpose and behavior of this specific PayPal payments endpoint is essentially undocumented.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or request/response schema provided; request body format is unknown.
- —The exact functionality of /api/v1/paypal/payments/40 is unclear — it may proxy PayPal payments but this is unverified.
- —The broad catalog of endpoints on the landing page lacks any detailed documentation for any individual endpoint.
Citations
- —The x402 challenge returns a 402 with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/paypal/payments/40
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/40
- —All endpoints listed at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The provider advertises APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com