JavaScript
Checkout Intents
Retrieve checkout intent order
Retrieve the order associated with a checkout intent.
Returns the single order created when the checkout intent reached the
completed state. 404 if the intent has not produced an order yet.
GET
JavaScript
Authorizations
Rye API key
Path Parameters
The id of the checkout intent to look up
Response
The order
Represents a completed order. Orders are created after a checkout intent reaches
the completed state.
ID of the checkout intent that was responsible for creating this order.
Example:
"ci_aaa8af5c5aae4c0e8ef0172c26c65c13"
Timestamp the order was persisted to Rye.
Example:
"2026-03-25T00:00:00Z"
Timestamp the order was last updated at
Example:
"2026-03-27T00:00:00Z"

