Pay-per-call PayPal payments endpoint on Base via x402, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/54`. It is part of a broader platform offering dozens of pay-per-call API endpoints across categories like data analytics, AI/ML inference, finance, and infrastructure utilities — all gated by the x402 payment protocol on the Base network.
The specific endpoint accepts POST requests and is priced at 20,000 base units of USDC (contract `0x8335...2913` on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys or rate limits are advertised; callers pay per request using an `X-PAYMENT` header conforming to x402 version 1. The payment is settled to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a maximum timeout of 300 seconds.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the PayPal payments endpoint actually returns or what input it expects. The endpoint name suggests PayPal-related payment processing, but this cannot be confirmed from available materials. The platform's landing page lists many endpoints at $0.02 each but provides no technical detail about any of them.
Capabilities
Use cases
- —Making PayPal-related payment calls without traditional API key management
- —Programmatic access to a PayPal payments resource with per-call crypto billing
- —Agent-driven payment workflows settled in USDC on Base
Fit
Best for
- —Developers wanting keyless, pay-per-use PayPal payment API access
- —AI agents that can settle x402 challenges in USDC on Base
- —Prototyping payment integrations without subscription commitments
Not for
- —Production PayPal integrations requiring documented, well-supported APIs
- —Users who need detailed request/response schemas before integrating
- —High-volume use cases where $0.02/call adds up without volume discounts
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/54 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is virtually no documentation — no OpenAPI spec, no request/response examples, and no explanation of what the endpoint actually does beyond its name. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or input/output schema provided; it is unknown what request body the endpoint expects or what it returns.
- —The endpoint name suggests PayPal payment functionality but this cannot be verified from available materials.
- —The broader platform lists many endpoints but none have documented behavior or schemas.
Citations
- —The endpoint returns a valid x402 version 1 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/54
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/54
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs