Payment schemes define the payment semantics for a resource:Documentation Index
Fetch the complete documentation index at: https://docs.x402.org/llms.txt
Use this file to discover all available pages before exploring further.
exact is for fixed-price requests where the buyer authorizes the advertised amount, upto is for single-request usage-based billing where the buyer authorizes a maximum and the seller charges actual usage, and batch-settlement is for high-volume or repeated micropayments where per-request authorizations are accumulated against a reusable channel. Network implementations define how those semantics are encoded for EVM, SVM, TVM (TON), AVM, Stellar, Aptos, Hedera, and other networks; see SDK Features for current SDK support.
Schemes in a 402 Response
A protected resource advertises one or more payment requirements in its HTTP 402 Payment Required response. Thescheme names the payment semantics and network names the network implementation.
accepts entry whose scheme and network match a registered implementation.