x402 payments reference
Reference for the sequencer endpoints that handle x402 payment intents.Properties
string
required
Tenant UUID that owns the payment intent.
string
required
Store UUID used for sequencing and batching.
string
required
Agent UUID that signed the payment intent.
string
required
Payer address for the intent.
string
required
Payee address for the intent.
number
required
Amount in smallest units (e.g., 1,000,000 = 1 USDC).
Examples
Submit an intent
Response
string
required
The ID of the sequenced payment intent.
string
Current intent status (e.g.,
sequenced).Related references
Nonces
Eachnonce is reserved per payer on first use. A resubmitted intent fails with
Nonce already used for this payer — that is replay protection working, not an error to retry
through. Sign a fresh intent with a new nonce instead.
Related
- x402 walkthrough — the full flow, 402 to verified receipt
- Sequencer architecture — batching and anchoring
- Set L2 — where the batch commitment lands