Pay-per-call PayPal payments API 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/19`. It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via the x402 payment protocol on the Base network.
The specific endpoint probed accepts POST requests and charges a maximum of 20,000 base units of USDC (contract `0x8335…2913` on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. Payment is made via the x402 "exact" scheme, settling to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a 300-second timeout.
The platform advertises no API keys, no rate limits, and instant access. However, documentation is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the `/paypal/payments/19` endpoint actually returns or what input it expects. The endpoint name suggests PayPal payment processing functionality, but this cannot be confirmed from available material.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a crypto-settled API
- —Agent-driven payment workflows that settle in USDC on Base
- —Integrating PayPal payment data into Web3 applications
Fit
Best for
- —Developers wanting keyless, pay-per-call access to payment APIs
- —AI agents that can settle x402 payments in USDC on Base
- —Prototyping payment integrations without subscription commitments
Not for
- —Production payment processing requiring documented SLAs and schemas
- —Users who need detailed API documentation or request/response contracts before integrating
- —Non-crypto users who cannot settle payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/19 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is virtually no documentation: no OpenAPI schema, no request/response examples, no description of what the endpoint does beyond its URL path. The docs pages are empty. The purpose of '/paypal/payments/19' is unclear.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or output schema describing request parameters or response format.
- —The actual functionality of /api/v1/paypal/payments/19 is unknown; the name suggests PayPal integration but this is unconfirmed.
- —The trailing '/19' in the path suggests a specific resource ID, which may limit the endpoint's general utility.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/19
- —The platform advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/19