Update Quote Status
Mark an active quote as used or expired. Only active quotes can be updated.
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique quote ID.
^quote_[a-z0-9]+$"quote_d243ab2b1de4447d8a046d87fefe58cf"
Body
The new status for the quote. Only active quotes can be updated.
used, expired "used"
Response
A unique identifier for the quote.
^quote_[a-z0-9]+$"quote_d243ab2b1de4447d8a046d87fefe58cf"
The current status of the quote.
active, used, expired "active"
The transfer type this quote is for.
on_ramp, off_ramp "off_ramp"
The customer ID.
"customer_d243ab2b1de4447d8a046d87fefe58cf"
The datetime when this quote expires.
"2025-01-01T00:01:00.000Z"
The datetime the quote was created.
"2025-01-01T00:00:00.000Z"
The datetime the quote was last updated.
"2025-01-01T00:00:30.000Z"