CheckoutStatus
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
Was this page helpful?