Generated when an order creation attempt fails in Checkout. This event includes information about why the order could not be created.

interface CheckoutOrderCreationFailedEvent {
    createdAt: string;
    data: CheckoutMessageOrderPayloadBaseData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "CheckoutOrderCreationFailed";
}

Hierarchy (View Summary)

  • IEvent
    • CheckoutOrderCreationFailedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the order which could not be created.

id: string

Unique identifier of the Event.

notificationType: string
type: "CheckoutOrderCreationFailed"

The type of Event that has occurred.