> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "CheckoutStatus"
description: "An enumeration value representing the current status of the checkout."
---

## Valid values

***

`PENDING` — Indicates that at least one child order is still pending.

***

`PROCESSING` — Indicates that no child orders are pending

***

`ACTION_REQUIRED` — One of the order(s) in the checkout requires an action to be completed by the customer before it can proceed. An example might be that the customer needs to complete 3DS authentication for funds to be captured from their payment method.

***

`SUCCEEDED` — Indicates that all child orders have successfully been processed.

***

`MIXED` — Indicates that some child orders have successfully been canceled, while others are still pending.

***

`CANCELLATION_IN_PROGRESS`

***

`CANCELLED` — Every single one of the child orders have been successfully cancelled.

***

`PARTIALLY_SUCCEEDED` — Indicates that some child orders successfully processed, but others

***

`FAILED` — Indicates that all child orders have failed to process.

***

## Related types

***

[`Checkout`](/api-reference/checkout)


---

*Powered by [holocron.so](https://holocron.so)*
