Typescript SDK Type Docs
    Preparing search index...

    Interface ExpressPaymentInterrupted

    Generated when the Express Payments process is interrupted by the seller's callback.

    interface ExpressPaymentInterrupted {
        code: "express_payment_interrupted";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "express_payment_interrupted"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Express Payments process was interrupted by a callback.

    severity: string

    info