Typescript SDK Type Docs
    Preparing search index...

    Interface ExpressPaymentCancelled

    Generated when the customer cancels the Express Payments process.

    interface ExpressPaymentCancelled {
        code: "express_payment_cancelled";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "express_payment_cancelled"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Express Payments process cancelled.

    payload: any

    Contains the paymentReference and method object with the type property (if available).

    severity: string

    info