Typescript SDK Type Docs
    Preparing search index...

    Interface OrderCreationError

    Generated when an Order that references an approved Payment cannot be created.

    interface OrderCreationError {
        code: "order_creation_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "order_creation_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Order creation failed with approved payment.

    payload: any

    Contains paymentReference, sessionId, and the errors array of objects, with the related code and message properties.

    severity: string

    error