# Checkouts

The Checkouts list displays all [checkouts](https://docs.digitalriver.com/digital-river-api-reference/2021-12-13/checkouts) and provides a link to the [checkout details](/digital-river-api/administration/dashboard/order-management/checkouts/viewing-the-checkout-details.md). You can use it to determine if there are any discrepancies between the checkout a customer created and the order placed, why a checkout failed, and why a customer abandoned certain cart items. You'll need the Administrator or Developer role to access Checkouts.

The most recent checkouts appear at the top of the list. Each checkout includes a unique identifier, the creation date, the customer's email address, and the order total.

<figure><img src="/files/iUM8LDW7YS72FiEnHIDR" alt=""><figcaption></figcaption></figure>

Click the **Refresh** icon to update the list information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/checkouts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
