PUT /v2/quote/ — Mark an active quote as used or expired. Only active quotes can be updated. Used quotes are consumed; expired quotes are voided.
Manually transition a quote out of the active state. Most quote transitions happen automatically — a quote becomes used when redeemed by Create Transfer, and becomes expired when its expiresAt timestamp passes. Use this endpoint when you need to explicitly void a quote (e.g. customer abandoned the flow) or mark it consumed by a downstream system that doesn’t redeem through /v2/transfer.
Only quotes with status active can be updated. Attempting to update a quote that’s already used or expired returns a 422 validation error.