Typescript SDK Type Docs
    Preparing search index...

    Interface ExpressPaymentStarted

    Generated when the customer clicks an Express Payments button and the Express Payment process starts.

    interface ExpressPaymentStarted {
        code: "express_payment_started";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "express_payment_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Express payment started.

    payload: any

    Contains the integration object with the type property.

    severity: string

    info