Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentCancelled

    Generated when the customer cancels the payment (for example, by closing the browser's window).

    interface PaymentCancelled {
        code: "payment_cancelled";
        correlationId: string;
        message: string;
        payload: PaymentReference;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_cancelled"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment cancelled.

    Contains the reference data of a Payment.

    severity: string

    info