Typescript SDK Type Docs
    Preparing search index...

    Interface CheckoutOrderCreationFailedEvent

    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
    Index

    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

    The type of resource targeted by the Event.

    type: "CheckoutOrderCreationFailed"

    The type of Event that has occurred.