Glossary

Definition

Pay-Per-Call

A pricing model where each individual API call is billed as a separate micro-transaction, rather than through subscriptions or rate-limited tiers.

Pay-per-call is a pricing model where each API request is an independent financial transaction. Instead of buying a monthly subscription with a fixed number of calls, or managing rate-limited API keys, agents pay the exact cost of each call — often fractions of a cent. This model is ideal for AI agents because their usage is unpredictable: a research agent might make 10 calls one day and 10,000 the next. x402 makes pay-per-call practical by automating the payment negotiation inline with each HTTP request.