x402basequality 0.25

Pay-per-call PayPal payments endpoint on Base via x402, $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/33`. It is part of a broader platform that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated by the x402 payment protocol on the Base network.

The specific endpoint accepts HTTP POST requests and is priced at a maximum of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request. Payment is made via the x402 exact-amount scheme: callers attach an `X-PAYMENT` header containing a signed payment to the payTo address. No API keys or accounts are required; access is instant once payment is verified. The platform advertises no rate limits and no minimum commitments.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema stub, and no examples of what the endpoint actually returns. The endpoint name suggests PayPal payment processing, but without documentation it is unclear what input the POST body expects or what the response contains. Prospective users should test with a small payment to discover the actual behavior.

Capabilities

x402-payment-gatedusdc-base-networkpay-per-requesthttp-postpaypal-payments

Use cases

  • Programmatically initiate or query PayPal payment information via a single POST call
  • Integrate low-cost payment processing into agent workflows without API key management
  • Test x402-gated endpoint patterns for pay-per-use API monetization

Fit

Best for

  • Developers exploring x402 payment-gated APIs on Base
  • Agents needing keyless, pay-per-call access to payment-related endpoints
  • Prototyping micropayment-based API consumption

Not for

  • Production payment processing requiring documented SLAs and schemas
  • Users who need detailed API documentation before integrating
  • High-volume batch payment operations where per-call fees add up

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/33 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-signed-payment-header>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it is operational. However, documentation is effectively nonexistent — every doc page shows only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, no examples, and the endpoint's actual functionality (what it does with PayPal payments) is entirely opaque. This is a stub-level listing.

Warnings

  • No documentation available — all doc pages render only 'Connect wallet'
  • No OpenAPI or request/response schema provided; actual endpoint behavior is unknown
  • Endpoint name suggests PayPal payment processing but no details confirm what it does
  • No examples of expected POST body or response format

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 07:36:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access